Skip to content

Commit 80ce6c2

Browse files
dschogitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4539a89 commit 80ce6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
/test-dump-cache-tree
188188
/test-dump-split-index
189189
/test-dump-untracked-cache
190+
/test-fake-ssh
190191
/test-scrap-cache-tree
191192
/test-genrandom
192193
/test-hashmap

0 commit comments

Comments
 (0)