summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2012-01-02 21:05:43 -0800
committerPaul Berry <stereotype441@gmail.com>2012-01-05 13:27:12 -0800
commitcab179a165af7690344c78c80f239d6e31d7699c (patch)
tree719a77c38a174be182fa04a9138721cfe3c53211 /tests
parent4357f8b4dcaaef4843d4b34923383a2b045638b1 (diff)
Add .gitignore files to exclude unit test build artifacts from git
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore3
-rw-r--r--tests/glx/.gitignore1
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000000..a963aad2d3
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+.deps/
diff --git a/tests/glx/.gitignore b/tests/glx/.gitignore
new file mode 100644
index 0000000000..dab7e97277
--- /dev/null
+++ b/tests/glx/.gitignore
@@ -0,0 +1 @@
+/glx_unittest