On 08/28, Jonathan Tan wrote: > 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 <jonathanta...@google.com>
Looks good to me > --- > t/helper/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > 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 > -- > 2.14.1.581.gf28d330327-goog > -- Brandon Williams