Skip to content

Commit

Permalink
MAINT: mark UTF-8 and Cython-generated files as binary in gitattributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Sep 25, 2011
1 parent 34017cb commit be879ff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitattributes
@@ -1,2 +1,18 @@
* text=auto
tools/win32/build_scripts/nsis_scripts/*.nsi.in eol=crlf

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

# Cython-generated files
scipy/interpolate/interpnd.c binary
scipy/io/matlab/mio_utils.c binary
scipy/io/matlab/mio5_utils.c binary
scipy/io/matlab/streams.c binary
scipy/signal/spectral.c binary
scipy/spatial/ckdtree.c binary
scipy/spatial/qhull.c binary
scipy/special/lambertw.c binary
scipy/special/orthogonal_eval.c binary
scipy/stats/vonmises_cython.c binary

0 comments on commit be879ff

Please sign in to comment.