* [PATCH] Update t/.gitignore to ignore all trash directories
@ 2008-08-18 16:25 Marcus Griep
2008-08-21 3:10 ` Marcus Griep
0 siblings, 1 reply; 2+ messages in thread
From: Marcus Griep @ 2008-08-18 16:25 UTC (permalink / raw)
To: Git Mailing List; +Cc: Junio C Hamano, Marcus Griep
The current .gitignore only ignores the old "trash directory" and
not the new "trash directory.[test]". This ignores both forms.
Signed-off-by: Marcus Griep <marcus@griep.us>
---
t/.gitignore | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/.gitignore b/t/.gitignore
index b27e280..7dcbb23 100644
--- a/t/.gitignore
+++ b/t/.gitignore
@@ -1,2 +1,2 @@
-/trash directory
+/trash directory*
/test-results
--
1.6.0.rc3.286.gd4df
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Update t/.gitignore to ignore all trash directories
2008-08-18 16:25 [PATCH] Update t/.gitignore to ignore all trash directories Marcus Griep
@ 2008-08-21 3:10 ` Marcus Griep
0 siblings, 0 replies; 2+ messages in thread
From: Marcus Griep @ 2008-08-21 3:10 UTC (permalink / raw)
To: Git Mailing List; +Cc: Junio C Hamano
The current .gitignore only ignores the old "trash directory" and
not the new "trash directory.[test]". This ignores both forms.
Signed-off-by: Marcus Griep <marcus@griep.us>
---
Bump. This is based on next, and leaves my git status with an
untracked directory should I ever abort in the middle of a test.
t/.gitignore | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/.gitignore b/t/.gitignore
index b27e280..7dcbb23 100644
--- a/t/.gitignore
+++ b/t/.gitignore
@@ -1,2 +1,2 @@
-/trash directory
+/trash directory*
/test-results
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-21 3:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-18 16:25 [PATCH] Update t/.gitignore to ignore all trash directories Marcus Griep
2008-08-21 3:10 ` Marcus Griep
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).