diff options
author | Brian Gernhardt <benji@silverinsanity.com> | 2008-06-29 16:47:56 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-30 00:36:39 -0700 |
commit | f9d800e2074a60a009e7c670e396a379d8c46cc5 (patch) | |
tree | b7d0986902d845ad3d215bb7d45768a3310e9e63 /t | |
parent | 0e047bd14c77859b1a43d477858347f6b233efc0 (diff) | |
download | git-f9d800e2074a60a009e7c670e396a379d8c46cc5.tar.gz git-f9d800e2074a60a009e7c670e396a379d8c46cc5.tar.xz |
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')
-rw-r--r-- | t/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/.gitignore b/t/.gitignore index 11ffd910c..b27e28008 100644 --- a/t/.gitignore +++ b/t/.gitignore @@ -1 +1,2 @@ /trash directory +/test-results |