Mesa (master): glx/tests and mesa/tests: Update .gitignore files.

Paul Berry stereotype441 at kemper.freedesktop.org
Thu Jun 14 17:13:27 UTC 2012


Module: Mesa
Branch: master
Commit: 4b7b4c46c5eeceb5ce5c0cb0aac50f32284d29d3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b7b4c46c5eeceb5ce5c0cb0aac50f32284d29d3

Author: Paul Berry <stereotype441 at gmail.com>
Date:   Thu Jun 14 10:02:24 2012 -0700

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

---

 src/glx/tests/.gitignore        |    2 +-
 src/mapi/glapi/tests/.gitignore |    2 ++
 src/mesa/main/tests/.gitignore  |    2 ++
 3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/glx/tests/.gitignore b/src/glx/tests/.gitignore
index dab7e97..451df68 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 0000000..6e92e45
--- /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 0000000..efd1896
--- /dev/null
+++ b/src/mesa/main/tests/.gitignore
@@ -0,0 +1,2 @@
+/Makefile
+/main-test




More information about the mesa-commit mailing list