gitignore: Ignore test-driver
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 28 Mar 2013 17:28:22 +0000 (17:28 +0000)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 28 Mar 2013 18:04:05 +0000 (14:04 -0400)
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

index 3a54ace..f0b5df1 100644 (file)
@@ -26,6 +26,7 @@ cscope.out
 /ltmain.sh
 /missing
 /stamp-h1
+/test-driver
 Makefile
 Makefile.in
-cscope.out
+TAGS