git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4539a89
)
gitignore: ignore generated test-fake-ssh executable
author
Johannes Schindelin
<redacted>
Sat, 6 Feb 2016 14:42:49 +0000
(15:42 +0100)
committer
Junio C Hamano
<redacted>
Mon, 8 Feb 2016 20:18:51 +0000
(12:18 -0800)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 1c2f8321386f89ef8c03d11159c97a0f194c4423..5087ce1eb7e2210e7fc25a9a14ac3f499ad5ac2f 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT