From 4b12790386d4f79f24a51777d5a16cd30937a9dc Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 29 Aug 2012 13:03:27 +0200 Subject: 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. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 383361bed..aad59bd0b 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 -- cgit v1.2.3-54-g00ecf