From 4a295f6ff98e7ff7ec9a33f38748a6537780a1bf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Sep 2019 13:54:06 +0200 Subject: Tweak tests/.gitignore to ignore symlinks to test/ --- tests/.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/.gitignore') 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-* -- cgit v1.1