Skip to content

Commit ebe7411

Browse files
committed
MAINT: avoid warnings because of symlinks pointing outside repo
1 parent 3b25a76 commit ebe7411

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SPDX-FileCopyrightText: 2021 The meson-python developers
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
# These test files contain symlinks to outside the repo (hence invalid - on
6+
# purpose) so exclude them to prevent warnings. See gh-728 for context.
7+
tests/packages/symlinks/baz.py export-ignore
8+
tests/packages/symlinks/qux.py export-ignore

0 commit comments

Comments
 (0)