From: Johannes Schindelin Date: Sat, 6 Feb 2016 14:42:49 +0000 (+0100) Subject: gitignore: ignore generated test-fake-ssh executable X-Git-Tag: v2.8.0-rc0~54^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/80ce6c25a4289835e197004a54ca75401bea55dc 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 Signed-off-by: Junio C Hamano --- 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