From 9c86d5f4f6f5d6d135a9f2f8eae904c6441e84e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 25 Mar 2014 14:57:12 -0700 Subject: [PATCH] .gitignore: Add new autotools file 'test-driver' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Gaetan Nadon Signed-off-by: Keith Packard --- .gitignore | 1 + test/.gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 94a12fdc2..dc56b4651 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 da86d6ebc..a62fc3d70 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -11,3 +11,5 @@ xfree86 xkb xtest signal-logging +*.log +*.trs