# Excluding files from an sdist generated by meson-python
#########################################################

# Note: when adding to this list, be aware that you need to commit your changes
# before they take effect (can be confusing during testing)
#
# Note: git submodules cannot be handled in this file. For removing
# files and directories from git submodules, see `tools/trim_sdist_content.py`
# This is a Meson "dist script", run during sdist generation only.

.circleci/* export-ignore
.github/* export-ignore
ci/* export-ignore
.coveragerc export-ignore
.git* export-ignore
*.yml export-ignore
*.yaml export-ignore
.mailmap export-ignore


# Dealing with line endings
###########################

* text=auto

# Don't want to convert line endings of this file, causes test failure on
# Windows
scipy/io/matlab/tests/data/japanese_utf8.txt binary

# Numerical data files
scipy/special/tests/data/*.txt binary
scipy/special/tests/data/*/*.txt binary
scipy/special/tests/data/*/*/*.txt binary

# Release notes, reduce number of conflicts.
doc/release/*.rst merge=union
