diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:33:00 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:33:01 +0900 |
commit | 56c7ab0f4e8103bd854771122916a32e42ea748f (patch) | |
tree | 7d1c7de6942110e880acc40323ed60cb72afb9aa /t/helper | |
parent | Merge branch 'cc/svn-fe-py-shebang' (diff) | |
parent | t/helper: ignore only executable files (diff) | |
download | tgif-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/.gitignore | 9 |
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 |