.gitignore: Add new autotools file 'test-driver'
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 25 Mar 2014 21:57:12 +0000 (14:57 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 21 Apr 2014 20:41:42 +0000 (13:41 -0700)
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>
.gitignore
test/.gitignore

index 94a12fd..dc56b46 100644 (file)
@@ -41,6 +41,7 @@ mkinstalldirs
 py-compile
 stamp-h?
 symlink-tree
+test-driver
 texinfo.tex
 ylwrap
 
index da86d6e..a62fc3d 100644 (file)
@@ -11,3 +11,5 @@ xfree86
 xkb
 xtest
 signal-logging
+*.log
+*.trs