From 80ce6c25a4289835e197004a54ca75401bea55dc Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 6 Feb 2016 15:42:49 +0100 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1c2f83213..5087ce1eb 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