Skip to content

Commit 0635812

Browse files
committed
Merge branch 'sb/test-helper-excludes'
Simplify the ignore rules for t/helper directory. * sb/test-helper-excludes: t/helper: ignore everything but sources
2 parents 6bd396b + 44103f4 commit 0635812

File tree

1 file changed

+5
-41
lines changed

1 file changed

+5
-41
lines changed

t/helper/.gitignore

Lines changed: 5 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,5 @@
1-
/test-chmtime
2-
/test-ctype
3-
/test-config
4-
/test-date
5-
/test-delta
6-
/test-drop-caches
7-
/test-dump-cache-tree
8-
/test-dump-fsmonitor
9-
/test-dump-split-index
10-
/test-dump-untracked-cache
11-
/test-example-decorate
12-
/test-fake-ssh
13-
/test-scrap-cache-tree
14-
/test-genrandom
15-
/test-hashmap
16-
/test-index-version
17-
/test-lazy-init-name-hash
18-
/test-line-buffer
19-
/test-match-trees
20-
/test-mergesort
21-
/test-mktemp
22-
/test-online-cpus
23-
/test-parse-options
24-
/test-path-utils
25-
/test-prio-queue
26-
/test-read-cache
27-
/test-ref-store
28-
/test-regex
29-
/test-revision-walking
30-
/test-run-command
31-
/test-sha1
32-
/test-sha1-array
33-
/test-sigchain
34-
/test-strcmp-offset
35-
/test-string-list
36-
/test-submodule-config
37-
/test-subprocess
38-
/test-svn-fe
39-
/test-urlmatch-normalization
40-
/test-wildmatch
41-
/test-write-cache
1+
*
2+
!*.sh
3+
!*.[ch]
4+
!*.gitignore
5+

0 commit comments

Comments
 (0)