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 8a17f121cd
commit 0929033a85
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