From f3260b276e30f26feb8ecb69bd628ad87e687d0a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Sep 2021 11:04:09 +0200 Subject: Tweak tests/.gitignore to ignore symlinks --- tests/.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/.gitignore b/tests/.gitignore index 35ec43f..a6332dd 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,2 +1,4 @@ -test/ -test-*/ +# Note: could be symlinks to directories (so no trailing /). +# +test +test-* -- cgit v1.1