aboutsummaryrefslogtreecommitdiff
path: root/t/perf/.gitignore
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2012-09-17 22:36:18 +0530
committerJunio C Hamano <gitster@pobox.com>2012-09-17 14:27:55 -0700
commit5805853f228acafe1d45edeef780cd1b00b952aa (patch)
treeed7cfae1bae19965a2b087f0c8fc8260c356f195 /t/perf/.gitignore
parentd9fcff2f498d398132cc9a14f7402e77ff1c5991 (diff)
downloadgit-5805853f228acafe1d45edeef780cd1b00b952aa.tar.gz
git-5805853f228acafe1d45edeef780cd1b00b952aa.tar.xz
t/perf: add "trash directory" to .gitignore
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/perf/.gitignore')
-rw-r--r--t/perf/.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/perf/.gitignore b/t/perf/.gitignore
index 50f5cc1ed..982eb8e3a 100644
--- a/t/perf/.gitignore
+++ b/t/perf/.gitignore
@@ -1,2 +1,3 @@
-build/
-test-results/
+/build/
+/test-results/
+/trash directory*/