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:
5699d17
)
.gitignore: test-hashmap is a generated file
author
Jonathan Nieder
<redacted>
Sat, 14 Dec 2013 02:05:26 +0000
(18:05 -0800)
committer
Junio C Hamano
<redacted>
Mon, 24 Feb 2014 22:33:29 +0000
(14:33 -0800)
Prevent the "test-hashmap" program from being accidentally tracked
with "git add" or cluttering "git status" output.
Signed-off-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 66199edd4af6ddcd1398bff13fe9065ba4309a22..cb1db5492c2f23f43b28d56dbc46a59eae083af0 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-185,6
+185,7
@@
/test-dump-cache-tree
/test-scrap-cache-tree
/test-genrandom
+/test-hashmap
/test-index-version
/test-line-buffer
/test-match-trees
git clone https://git.99rst.org/PROJECT