forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
36 lines (28 loc) · 1.06 KB
/
.gitattributes
File metadata and controls
36 lines (28 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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