From: Regina Obe Date: Mon, 3 Aug 2015 16:31:04 +0000 (+0000) Subject: #3219: Fix windows mingw issue can't build against git repo. Force files that need... X-Git-Tag: 2.2.0rc1~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36f68fd10756ac4a2e26d14d4187e24de8e031d9;p=postgis #3219: Fix windows mingw issue can't build against git repo. Force files that need to be linux linebreaks from using native mode (CRLF on windows) git-svn-id: http://svn.osgeo.org/postgis/trunk@13867 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2a4e66de4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +*.vcproj eol=crlf +*.bat eol=crlf +*.sh eol=lf +*.ac eol=lf +*.h.in eol=lf +*.h eol=lf +GNUmakefile.in eol=lf +*_expected eol=lf +*.dmp eol=lf