git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ce012de
)
Add t/helper/test-write-cache to .gitignore
author
Jonathan Tan
<redacted>
Mon, 28 Aug 2017 20:06:18 +0000
(13:06 -0700)
committer
Junio C Hamano
<redacted>
Wed, 6 Sep 2017 23:59:44 +0000
(08:59 +0900)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/helper/.gitignore
patch
|
blob
|
history
diff --git
a/t/helper/.gitignore
b/t/helper/.gitignore
index 721650256e63eb51c66d5985c04bc3095f183c1c..7c9d28a8348341c148f150c3371d09dd98693b53 100644
(file)
--- a/
t/helper/.gitignore
+++ b/
t/helper/.gitignore
@@
-35,3
+35,4
@@
/test-svn-fe
/test-urlmatch-normalization
/test-wildmatch
+/test-write-cache
git clone https://git.99rst.org/PROJECT