aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-09-30 13:54:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-09-30 15:30:55 +0200
commit4a295f6ff98e7ff7ec9a33f38748a6537780a1bf (patch)
treef22af732154534b47a7b5f91b5eda8d8a8785850 /tests
parentd33c85dfbe50039a64595829cdcdf0d641042dc6 (diff)
Tweak tests/.gitignore to ignore symlinks to test/
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index ababe77..0feec55 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,6 +1,7 @@
driver
-# The immediate test/ sub-directory shouldn't be ignored.
+# The immediate test/ sub-directory shouldn't be ignored. Note that
+# these can be symlinks (so no trailing /).
#
-*/**/test/
-test-*/
+*/**/test
+test-*