From 250b278d0e3866079752bc3f83d6253327248550 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Fri, 1 May 2015 22:55:19 +0100 Subject: [PATCH] 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. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..51ab7a6d9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# gperf in MSYS chokes on DOS line endings +*.gperf text eol=lf