blob: 6e1de1b3d10636f75a6973bcf13983fdbc8e16ca (
plain)
1
2
3
4
5
6
7
8
9
|
# Line endings for Windows scripts
* text=auto
tools/win32build/nsis_scripts/*.nsi.in eol=crlf
# Numerical data files
numpy/lib/tests/data/*.npy binary
# Release notes, reduce number of conflicts.
doc/release/*.rst merge=union
|