diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2016-02-06 15:42:49 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-08 12:18:51 -0800 |
commit | 80ce6c25a4289835e197004a54ca75401bea55dc (patch) | |
tree | 4bd4b205f18f052907f2000f9497ee1a5877ab89 /.gitignore | |
parent | 4539a8982c4cc5180bd9134de8b1f0f855b53a05 (diff) | |
download | git-80ce6c25a4289835e197004a54ca75401bea55dc.tar.gz |
gitignore: ignore generated test-fake-ssh executable
In "mingw: fix t5601-clone.sh", this developer introduced a new test
executable, test-fake-ssh but forgot to update the .gitignore file
accordingly. Fix that.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
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 1c2f832138..5087ce1eb7 100644 --- a/.gitignore +++ b/.gitignore @@ -187,6 +187,7 @@ /test-dump-cache-tree /test-dump-split-index /test-dump-untracked-cache +/test-fake-ssh /test-scrap-cache-tree /test-genrandom /test-hashmap |