From cee79e91f3efaecc8fb1982dfd70c9aa6dcf4a24 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 28 Mar 2013 17:28:22 +0000 Subject: [PATCH] gitignore: Ignore test-driver 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 3a54ace8..f0b5df12 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ cscope.out /ltmain.sh /missing /stamp-h1 +/test-driver Makefile Makefile.in -cscope.out +TAGS