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
This commit is contained in:
Paul Berry 2012-06-14 10:02:24 -07:00
parent eb024c7488
commit 4b7b4c46c5
3 changed files with 5 additions and 1 deletions

View file

@ -1 +1 @@
/glx_unittest
/glx-test

2
src/mapi/glapi/tests/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/Makefile
/glapi-test

2
src/mesa/main/tests/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/Makefile
/main-test