[PATCH] gitignore: Ignore test-driver

Damien Lespiau damien.lespiau at intel.com
Thu Mar 28 10:28:22 PDT 2013


Automake (1.12 here) parallel-tests installs a test-driver file, another
file to add to .gitignore.

While at it, remove the duplicate cscope.out entry and add TAGS (the
result of automake's "make tag")
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 3a54ace..f0b5df1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ cscope.out
 /ltmain.sh
 /missing
 /stamp-h1
+/test-driver
 Makefile
 Makefile.in
-cscope.out
+TAGS
-- 
1.8.1.4



More information about the wayland-devel mailing list