From: Jonathan Tan Date: Mon, 28 Aug 2017 20:06:18 +0000 (-0700) Subject: Add t/helper/test-write-cache to .gitignore X-Git-Tag: v2.15.0-rc0~73^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/20144420c1b9f7b92d2485c7f357449c3ffb3209?hp=--cc 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 Signed-off-by: Junio C Hamano --- 20144420c1b9f7b92d2485c7f357449c3ffb3209 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