From: Stefano Lattarini Date: Wed, 29 Aug 2012 11:03:27 +0000 (+0200) Subject: maint: slightly improve .gitignore X-Git-Tag: v8.20~158 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b12790386d4f79f24a51777d5a16cd30937a9dc;p=platform%2Fupstream%2Fcoreutils.git maint: slightly improve .gitignore * .gitignore: Ignore '.deps' only when it's a directory. Ignore '*.trs' only if they are in a subdirectory of the 'tests/' directory. --- diff --git a/.gitignore b/.gitignore index 383361b..aad59bd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,7 @@ *.[EIOX] *.bak *.o -*.trs -*/.deps +*/.deps/ *~ ._bootmp .gdb-history @@ -155,6 +154,7 @@ /src/version.h /stamp-h1 /tests/*/*.log +/tests/*/*.trs /tests/.built-programs /tests/t? /tests/test-suite.log