Attempt to allow native line endings in Windows git checkouts.

Up to now, I've had to set git to preserve line endings when
building with MinGW. The problem seems to be gperf. Let's see
if this fixes it.
This commit is contained in:
Martin Whitaker 2015-05-01 22:55:19 +01:00
parent 52275deb0e
commit 250b278d0e
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# gperf in MSYS chokes on DOS line endings
*.gperf text eol=lf