diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9c3e24ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2021 The meson-python developers +# +# SPDX-License-Identifier: MIT + +# These test files contain symlinks to outside the repo (hence invalid - on +# purpose) so exclude them to prevent warnings. See gh-728 for context. +tests/packages/symlinks/baz.py export-ignore +tests/packages/symlinks/qux.py export-ignore