fix git handling of newlines on windows

By default, git will coerce LF to CRLF when files are checked out on
Windows. This causes hard to diagnose errors when compiling with
mingw-w64 from Windows rather than cross-compiling.
This commit is contained in:
Daniel Micay 2014-05-07 17:58:54 -04:00
parent a344dd01c7
commit 74b1ea5ce0

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf