mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
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:ae376f0glx/tests: Rename test as glx-test8fecdccmesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functionsa29ad2bmesa/tests: Add tests for the generated dispatch table
This commit is contained in:
parent
eb024c7488
commit
4b7b4c46c5
3 changed files with 5 additions and 1 deletions
2
src/glx/tests/.gitignore
vendored
2
src/glx/tests/.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/glx_unittest
|
||||
/glx-test
|
||||
|
|
|
|||
2
src/mapi/glapi/tests/.gitignore
vendored
Normal file
2
src/mapi/glapi/tests/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/Makefile
|
||||
/glapi-test
|
||||
2
src/mesa/main/tests/.gitignore
vendored
Normal file
2
src/mesa/main/tests/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/Makefile
|
||||
/main-test
|
||||
Loading…
Add table
Reference in a new issue