summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-03-28 17:28:22 +0000
committerKristian Høgsberg <krh@bitplanet.net>2013-03-28 14:04:05 -0400
commitcee79e91f3efaecc8fb1982dfd70c9aa6dcf4a24 (patch)
tree06129aea47c432f82a49f2016fba2b391078238a /.gitignore
parent7fe01b18d89ad8d59d0c6285d37e70004606b76f (diff)
downloadweston-cee79e91f3efaecc8fb1982dfd70c9aa6dcf4a24.tar.gz
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--.gitignore3
1 files changed, 2 insertions, 1 deletions
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