diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-03-28 17:28:22 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-03-28 14:04:05 -0400 |
commit | cee79e91f3efaecc8fb1982dfd70c9aa6dcf4a24 (patch) | |
tree | 06129aea47c432f82a49f2016fba2b391078238a /.gitignore | |
parent | 7fe01b18d89ad8d59d0c6285d37e70004606b76f (diff) |
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")
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,6 +26,7 @@ cscope.out /ltmain.sh /missing /stamp-h1 +/test-driver Makefile Makefile.in -cscope.out +TAGS |