OSDN Git Service

Add .gitignore files to exclude unit test build artifacts from git
authorPaul Berry <stereotype441@gmail.com>
Tue, 3 Jan 2012 05:05:43 +0000 (21:05 -0800)
committerPaul Berry <stereotype441@gmail.com>
Thu, 5 Jan 2012 21:27:12 +0000 (13:27 -0800)
With the addition of unit tests in commit
3ef3ba4d2eee36f64062a21ce030c3f4d8c4cac4, several additional build
artifacts are created:

  bin/depcomp
  bin/missing
  tests/Makefile
  tests/Makefile.in
  tests/glx/Makefile
  tests/glx/Makefile.in
  tests/glx/.deps/
  tests/glx/.gitignore

This patch adds all of these files to .gitignore.

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
bin/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/glx/.gitignore [new file with mode: 0644]

diff --git a/bin/.gitignore b/bin/.gitignore
new file mode 100644 (file)
index 0000000..3b3f168
--- /dev/null
@@ -0,0 +1,2 @@
+/depcomp
+/missing
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644 (file)
index 0000000..a963aad
--- /dev/null
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+.deps/
diff --git a/tests/glx/.gitignore b/tests/glx/.gitignore
new file mode 100644 (file)
index 0000000..dab7e97
--- /dev/null
@@ -0,0 +1 @@
+/glx_unittest