Skip to content

Commit fa269c5

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Excluding files from the meson-python sdist
2+
3+
# These test files contain symlinks to outside the repo (hence invalid - on
4+
# purpose) so exclude them to prevent warnings. See gh-728 for context.
5+
tests/packages/symlinks/baz.py export-ignore
6+
tests/packages/symlinks/qux.py export-ignore

0 commit comments

Comments
 (0)