My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5699d17
)
.gitignore: test-hashmap is a generated file
author
Jonathan Nieder
<jrnieder@gmail.com>
Sat, 14 Dec 2013 02:05:26 +0000
(18:05 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
66199ed
..
cb1db54
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