diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-20 11:04:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-20 11:05:11 +0200 |
commit | f3260b276e30f26feb8ecb69bd628ad87e687d0a (patch) | |
tree | 45ccb878556320808aec67d31d1d1ced604e6d75 /tests/.gitignore | |
parent | c92a512cb7c7b5f35fb24e9bd36f50be8e26e763 (diff) |
Tweak tests/.gitignore to ignore symlinks
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 6 |
1 files 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-* |