summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-12-27 19:16:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-12-27 19:16:29 (GMT)
commit06358125b81d9657b06dea0233ea0add331a2a70 (patch)
tree99e2511587bb9cd07bf3818de863a5e2055f1db2 /t
parent6bd396be0f9c87c2a7012d43eddc3c57f40a169b (diff)
parent44103f41971099e907194c65d7040ab0881f2a47 (diff)
downloadgit-06358125b81d9657b06dea0233ea0add331a2a70.zip
git-06358125b81d9657b06dea0233ea0add331a2a70.tar.gz
git-06358125b81d9657b06dea0233ea0add331a2a70.tar.bz2
Merge branch 'sb/test-helper-excludes'
Simplify the ignore rules for t/helper directory. * sb/test-helper-excludes: t/helper: ignore everything but sources
Diffstat (limited to 't')
-rw-r--r--t/helper/.gitignore46
1 files changed, 5 insertions, 41 deletions
diff --git a/t/helper/.gitignore b/t/helper/.gitignore
index fff6aef..2bad28a 100644
--- a/t/helper/.gitignore
+++ b/t/helper/.gitignore
@@ -1,41 +1,5 @@
-/test-chmtime
-/test-ctype
-/test-config
-/test-date
-/test-delta
-/test-drop-caches
-/test-dump-cache-tree
-/test-dump-fsmonitor
-/test-dump-split-index
-/test-dump-untracked-cache
-/test-example-decorate
-/test-fake-ssh
-/test-scrap-cache-tree
-/test-genrandom
-/test-hashmap
-/test-index-version
-/test-lazy-init-name-hash
-/test-line-buffer
-/test-match-trees
-/test-mergesort
-/test-mktemp
-/test-online-cpus
-/test-parse-options
-/test-path-utils
-/test-prio-queue
-/test-read-cache
-/test-ref-store
-/test-regex
-/test-revision-walking
-/test-run-command
-/test-sha1
-/test-sha1-array
-/test-sigchain
-/test-strcmp-offset
-/test-string-list
-/test-submodule-config
-/test-subprocess
-/test-svn-fe
-/test-urlmatch-normalization
-/test-wildmatch
-/test-write-cache
+*
+!*.sh
+!*.[ch]
+!*.gitignore
+