mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
gitignore: add test-suite files
The *.log and *.trs files should be ignored by git as well as the GNU autotools ./test-driver helper script. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
142aa4a119
commit
66d55ab3c3
2 changed files with 7 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -29,5 +29,6 @@ ctags
|
|||
/ltmain.sh
|
||||
/missing
|
||||
/stamp-h1
|
||||
/test-driver
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
|
|
|||
7
tests/.gitignore
vendored
7
tests/.gitignore
vendored
|
|
@ -1,6 +1,10 @@
|
|||
*.log
|
||||
*.trs
|
||||
|
||||
array-test
|
||||
client-test
|
||||
connection-test
|
||||
display-test
|
||||
event-loop-test
|
||||
exec-fd-leak-checker
|
||||
fixed-benchmark
|
||||
|
|
@ -8,5 +12,6 @@ fixed-test
|
|||
list-test
|
||||
map-test
|
||||
os-wrappers-test
|
||||
queue-test
|
||||
sanity-test
|
||||
|
||||
socket-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue