summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2012-06-14 10:02:24 -0700
committerPaul Berry <[email protected]>2012-06-14 10:08:57 -0700
commit4b7b4c46c5eeceb5ce5c0cb0aac50f32284d29d3 (patch)
tree858e52f6bd2425aa4c1114101f8238984b9792ca
parenteb024c74885778ab1ffa6dc590116959bb526c2e (diff)
glx/tests and mesa/tests: Update .gitignore files.
This patch updates .gitignore files to account for the new build artifacts introduced by the following commits: ae376f0 glx/tests: Rename test as glx-test 8fecdcc mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions a29ad2b mesa/tests: Add tests for the generated dispatch table
-rw-r--r--src/glx/tests/.gitignore2
-rw-r--r--src/mapi/glapi/tests/.gitignore2
-rw-r--r--src/mesa/main/tests/.gitignore2
3 files changed, 5 insertions, 1 deletions
diff --git a/src/glx/tests/.gitignore b/src/glx/tests/.gitignore
index dab7e97277e..451df68601f 100644
--- a/src/glx/tests/.gitignore
+++ b/src/glx/tests/.gitignore
@@ -1 +1 @@
-/glx_unittest
+/glx-test
diff --git a/src/mapi/glapi/tests/.gitignore b/src/mapi/glapi/tests/.gitignore
new file mode 100644
index 00000000000..6e92e45d817
--- /dev/null
+++ b/src/mapi/glapi/tests/.gitignore
@@ -0,0 +1,2 @@
+/Makefile
+/glapi-test
diff --git a/src/mesa/main/tests/.gitignore b/src/mesa/main/tests/.gitignore
new file mode 100644
index 00000000000..efd1896b73c
--- /dev/null
+++ b/src/mesa/main/tests/.gitignore
@@ -0,0 +1,2 @@
+/Makefile
+/main-test