diff options
Diffstat (limited to 'third_party/git/t/helper/.gitignore')
-rw-r--r-- | third_party/git/t/helper/.gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/third_party/git/t/helper/.gitignore b/third_party/git/t/helper/.gitignore index 48c7bb0bbb1d..2bad28af9241 100644 --- a/third_party/git/t/helper/.gitignore +++ b/third_party/git/t/helper/.gitignore @@ -1,4 +1,5 @@ -/test-tool -/test-fake-ssh -/test-line-buffer -/test-svn-fe +* +!*.sh +!*.[ch] +!*.gitignore + |