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
path: root/t/helper
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2017-08-28 23:06:18 +0300
committerJunio C Hamano <gitster@pobox.com>2017-09-07 02:59:44 +0300
commit20144420c1b9f7b92d2485c7f357449c3ffb3209 (patch)
treebb45dd5b4ced951dfe9900d61a21fadb74b141a4 /t/helper
parentce012deb98650b5b7bba58d534fed27628e34234 (diff)
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 721650256e..7c9d28a834 100644
--- a/t/helper/.gitignore
+++ b/t/helper/.gitignore
@@ -35,3 +35,4 @@
/test-svn-fe
/test-urlmatch-normalization
/test-wildmatch
+/test-write-cache