summaryrefslogtreecommitdiff
path: root/t/helper
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-10-07 11:33:00 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-10-07 11:33:01 +0900
commit56c7ab0f4e8103bd854771122916a32e42ea748f (patch)
tree7d1c7de6942110e880acc40323ed60cb72afb9aa /t/helper
parentMerge branch 'cc/svn-fe-py-shebang' (diff)
parentt/helper: ignore only executable files (diff)
downloadtgif-56c7ab0f4e8103bd854771122916a32e42ea748f.tar.xz
Merge branch 'sg/t-helper-gitignore'
Update the way build artifacts in t/helper/ directory are ignored. * sg/t-helper-gitignore: t/helper: ignore only executable files
Diffstat (limited to 't/helper')
-rw-r--r--t/helper/.gitignore9
1 files changed, 4 insertions, 5 deletions
diff --git a/t/helper/.gitignore b/t/helper/.gitignore
index 2bad28af92..48c7bb0bbb 100644
--- a/t/helper/.gitignore
+++ b/t/helper/.gitignore
@@ -1,5 +1,4 @@
-*
-!*.sh
-!*.[ch]
-!*.gitignore
-
+/test-tool
+/test-fake-ssh
+/test-line-buffer
+/test-svn-fe