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:
David Herrmann 2013-01-23 14:20:41 +01:00 committed by Kristian Høgsberg
parent 142aa4a119
commit 66d55ab3c3
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View file

@ -29,5 +29,6 @@ ctags
/ltmain.sh
/missing
/stamp-h1
/test-driver
Makefile
Makefile.in

7
tests/.gitignore vendored
View file

@ -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