From: Damien Lespiau Date: Thu, 28 Mar 2013 17:28:22 +0000 (+0000) Subject: gitignore: Ignore test-driver X-Git-Tag: 1.0.90~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cee79e91f3efaecc8fb1982dfd70c9aa6dcf4a24;p=platform%2Fupstream%2Fweston.git 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") --- 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