diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-06-13 19:19:51 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-13 11:49:42 -0700 |
commit | 3e52f70b1505956bf91cb7b107e526d1c67da0a6 (patch) | |
tree | c65fe95ff5c1ebaf0023660e9a7f6d3d38747558 /.gitignore | |
parent | 5b0a78c1c0e15e97133784b342384cdefa17f6fc (diff) | |
download | git-3e52f70b1505956bf91cb7b107e526d1c67da0a6.tar.gz |
t1700: new tests for split-index mode
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@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 dc600f9b36..70992a4388 100644 --- a/.gitignore +++ b/.gitignore @@ -180,6 +180,7 @@ /test-date /test-delta /test-dump-cache-tree +/test-dump-split-index /test-scrap-cache-tree /test-genrandom /test-hashmap |