mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
Add .gitignore files to exclude unit test build artifacts from git
With the addition of unit tests in commit
3ef3ba4d2e, several additional build
artifacts are created:
bin/depcomp
bin/missing
tests/Makefile
tests/Makefile.in
tests/glx/Makefile
tests/glx/Makefile.in
tests/glx/.deps/
tests/glx/.gitignore
This patch adds all of these files to .gitignore.
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
4357f8b4dc
commit
cab179a165
3 changed files with 6 additions and 0 deletions
2
bin/.gitignore
vendored
Normal file
2
bin/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/depcomp
|
||||
/missing
|
||||
3
tests/.gitignore
vendored
Normal file
3
tests/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
.deps/
|
||||
1
tests/glx/.gitignore
vendored
Normal file
1
tests/glx/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/glx_unittest
|
||||
Loading…
Add table
Reference in a new issue