diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2013-12-13 18:05:26 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-24 14:33:29 -0800 |
commit | f7988c15ad6801383384ee56970a52f4e485f0cb (patch) | |
tree | f0aa88d3169b9f9235bc4b9ef546ef5ddf3ae212 /.gitignore | |
parent | read-cache.c: fix memory leaks caused by removed cache entries (diff) | |
download | tgif-f7988c15ad6801383384ee56970a52f4e485f0cb.tar.xz |
.gitignore: test-hashmap is a generated file
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 66199edd4a..cb1db5492c 100644 --- 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 |