diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-09-30 13:54:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-09-30 15:30:55 +0200 |
commit | 4a295f6ff98e7ff7ec9a33f38748a6537780a1bf (patch) | |
tree | f22af732154534b47a7b5f91b5eda8d8a8785850 | |
parent | d33c85dfbe50039a64595829cdcdf0d641042dc6 (diff) |
Tweak tests/.gitignore to ignore symlinks to test/
-rw-r--r-- | tests/.gitignore | 7 |
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-* |