From: Brian Gernhardt Date: Sun, 29 Jun 2008 20:47:56 +0000 (-0400) Subject: Add test results directory to t/.gitignore X-Git-Tag: v1.6.0-rc0~186 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f9d800e2074a60a009e7c670e396a379d8c46cc5?ds=inline;hp=--cc 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 Signed-off-by: Junio C Hamano --- f9d800e2074a60a009e7c670e396a379d8c46cc5 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