Skip to content

Commit 56c7ab0

Browse files
committed
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
2 parents e5ce62b + 27ea41c commit 56c7ab0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

t/helper/.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
*
2-
!*.sh
3-
!*.[ch]
4-
!*.gitignore
5-
1+
/test-tool
2+
/test-fake-ssh
3+
/test-line-buffer
4+
/test-svn-fe

0 commit comments

Comments
 (0)