[PATCH 1/6] .gitignore: Add new autotools file 'test-driver'

Kristian Høgsberg krh at bitplanet.net
Tue Mar 25 14:57:12 PDT 2014


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 at bitplanet.net>
Reviewed-by: Gaetan Nadon <memsize at videotron.ca>
---
 .gitignore      | 1 +
 test/.gitignore | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 94a12fd..dc56b46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,7 @@ mkinstalldirs
 py-compile
 stamp-h?
 symlink-tree
+test-driver
 texinfo.tex
 ylwrap
 
diff --git a/test/.gitignore b/test/.gitignore
index acbda7a..f8653e3 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -10,3 +10,5 @@ xfree86
 xkb
 xtest
 signal-logging
+*.log
+*.trs
-- 
1.9.0



More information about the xorg-devel mailing list