* .gitignore: Ignore '.deps' only when it's a directory. Ignore '*.trs' only if they are in a subdirectory of the 'tests/' directory.
Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.12