Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gernhardt <benji@silverinsanity.com>2008-06-30 00:47:56 +0400
committerJunio C Hamano <gitster@pobox.com>2008-06-30 11:36:39 +0400
commitf9d800e2074a60a009e7c670e396a379d8c46cc5 (patch)
treeb7d0986902d845ad3d215bb7d45768a3310e9e63 /t/.gitignore
parent0e047bd14c77859b1a43d477858347f6b233efc0 (diff)
Add test results directory to t/.gitignore
We don't need test results to be committed if we're fixing a test. Signed-off-by: Brian Gernhardt <benji@silverinsanity.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/.gitignore')
-rw-r--r--t/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/.gitignore b/t/.gitignore
index 11ffd910c1..b27e280083 100644
--- a/t/.gitignore
+++ b/t/.gitignore
@@ -1 +1,2 @@
/trash directory
+/test-results