glx/tests and mesa/tests: Update .gitignore files.
authorPaul Berry <stereotype441@gmail.com>
Thu, 14 Jun 2012 17:02:24 +0000 (10:02 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 14 Jun 2012 17:08:57 +0000 (10:08 -0700)
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

src/glx/tests/.gitignore
src/mapi/glapi/tests/.gitignore [new file with mode: 0644]
src/mesa/main/tests/.gitignore [new file with mode: 0644]

index dab7e97..451df68 100644 (file)
@@ -1 +1 @@
-/glx_unittest
+/glx-test
diff --git a/src/mapi/glapi/tests/.gitignore b/src/mapi/glapi/tests/.gitignore
new file mode 100644 (file)
index 0000000..6e92e45
--- /dev/null
@@ -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 (file)
index 0000000..efd1896
--- /dev/null
@@ -0,0 +1,2 @@
+/Makefile
+/main-test