aboutsummaryrefslogtreecommitdiff
path: root/t/helper
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2017-08-28 13:06:18 -0700
committerJunio C Hamano <gitster@pobox.com>2017-09-07 08:59:44 +0900
commit20144420c1b9f7b92d2485c7f357449c3ffb3209 (patch)
treebb45dd5b4ced951dfe9900d61a21fadb74b141a4 /t/helper
parentce012deb98650b5b7bba58d534fed27628e34234 (diff)
downloadgit-20144420c1b9f7b92d2485c7f357449c3ffb3209.tar.gz
git-20144420c1b9f7b92d2485c7f357449c3ffb3209.tar.xz
Add t/helper/test-write-cache to .gitignore
This new binary was introduced in commit 3921a0b ("perf: add test for writing the index", 2017-08-21), but a .gitignore entry was not added for it. Add that entry. Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper')
-rw-r--r--t/helper/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/.gitignore b/t/helper/.gitignore
index 721650256..7c9d28a83 100644
--- a/t/helper/.gitignore
+++ b/t/helper/.gitignore
@@ -35,3 +35,4 @@
/test-svn-fe
/test-urlmatch-normalization
/test-wildmatch
+/test-write-cache