summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-29 13:03:27 +0200
committerJim Meyering <meyering@redhat.com>2012-08-30 15:21:59 +0200
commit4b12790386d4f79f24a51777d5a16cd30937a9dc (patch)
treeca6672dcdef336f05827faf2aa1046aeca75327f
parenta48da7137a1e9de4ebe946627fd709630cb03281 (diff)
downloadcoreutils-4b12790386d4f79f24a51777d5a16cd30937a9dc.tar.xz
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.
-rw-r--r--.gitignore4
1 files 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