coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 02/22] maint: slightly improve .gitignore


From: Stefano Lattarini
Subject: [PATCH 02/22] maint: slightly improve .gitignore
Date: Wed, 29 Aug 2012 23:54:39 +0200

* .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 <address@hidden>
---
 .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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]