diff options
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2017-03-24 17:26:50 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-24 11:00:03 -0700 |
commit | 41b3eb4a6bff4d38bb188d28544bf901080d9e96 (patch) | |
tree | 0f89a1a89be826c37307955fe97329341f8bba76 /t/helper/.gitignore | |
parent | name-hash: add perf test for lazy_init_name_hash (diff) | |
download | tgif-41b3eb4a6bff4d38bb188d28544bf901080d9e96.tar.xz |
name-hash: add test-lazy-init-name-hash to .gitignore
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/.gitignore')
-rw-r--r-- | t/helper/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/.gitignore b/t/helper/.gitignore index d6e8b36798..758ed2e8fa 100644 --- a/t/helper/.gitignore +++ b/t/helper/.gitignore @@ -11,6 +11,7 @@ /test-genrandom /test-hashmap /test-index-version +/test-lazy-init-name-hash /test-line-buffer /test-match-trees /test-mergesort |