diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-20 16:02:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-20 16:02:30 -0700 |
commit | 08bcd774f497af594f16e545a04e2ad767cc850d (patch) | |
tree | d7556b22e88d4b72666bb594a1e979fd4f162036 /.gitignore | |
parent | Merge branch 'nd/traces' (diff) | |
parent | read-cache: free cache in discard_index (diff) | |
download | tgif-08bcd774f497af594f16e545a04e2ad767cc850d.tar.xz |
Merge branch 'rs/discard-index-discard-array'
* rs/discard-index-discard-array:
read-cache: free cache in discard_index
read-cache: add simple performance test
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1640c3ad00..c0e00eb37b 100644 --- a/.gitignore +++ b/.gitignore @@ -191,6 +191,7 @@ /test-mktemp /test-parse-options /test-path-utils +/test-read-cache /test-regex /test-revision-walking /test-run-command |