forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitattributes
31 lines (24 loc) · 864 Bytes
/
.gitattributes
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
# 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)
.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