mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 03:18:08 +02:00
Add new .gitignore entries for Automake 1.13 tests
Automake 1.13 creates a bunch of new build artefacts: - bin/test-driver, a script for running tests. - *.trs files for every "make check" test result. - *.log files containing the output of every test run by "make check". Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
82f8e8ebd5
commit
b8b1d61e76
2 changed files with 3 additions and 0 deletions
1
bin/.gitignore
vendored
1
bin/.gitignore
vendored
|
|
@ -6,3 +6,4 @@ install-sh
|
|||
ylwrap
|
||||
compile
|
||||
ar-lib
|
||||
/test-driver
|
||||
|
|
|
|||
2
src/.gitignore
vendored
2
src/.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/Makefile
|
||||
*.trs
|
||||
*.log
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue