[PATCH 1/2] .gitignore: Add new autotools file 'test-driver'
Kristian Høgsberg
krh at bitplanet.net
Wed Mar 19 10:27:38 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>
Cc: 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