diff options
author | Darren Dale <dsdale24@gmail.com> | 2010-10-21 11:40:28 -0400 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2010-10-31 11:04:20 -0600 |
commit | 33b3e601043a66491d468a5ba7485181ca7506cc (patch) | |
tree | a340852803a428666365c097fd1f54fbadd6002c /.gitattributes | |
parent | cdcbaa4ce4b47a7bfd8905222124fd22460252a5 (diff) | |
download | numpy-33b3e601043a66491d468a5ba7485181ca7506cc.tar.gz |
add .gitattributes and fix line endings
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8f3332044 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +tools/win32build/nsis_scripts/*.nsi.in eol=crlf |