.gitignore: Add new autotools file 'test-driver'

Automake 1.12 introduces a new parallel test framework that uses a shell
script helper and generates *.log and *.trs files.  Add to .gitignore.

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Kristian Høgsberg 2014-03-25 14:57:12 -07:00 committed by Keith Packard
parent 28fa5dd5ca
commit 9c86d5f4f6
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -41,6 +41,7 @@ mkinstalldirs
py-compile
stamp-h?
symlink-tree
test-driver
texinfo.tex
ylwrap

2
test/.gitignore vendored
View File

@ -11,3 +11,5 @@ xfree86
xkb
xtest
signal-logging
*.log
*.trs