Force LF line endings for .sources and Makefiles too
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 23 Feb 2017 15:11:40 +0000 (16:11 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 23 Feb 2017 15:38:52 +0000 (16:38 +0100)
This should fix the Windows build.

.gitattributes

index f1689375385d253a1c413d2b07a8e9200e36e684..25a58f158fc10969d96a07b31634e05431143a84 100644 (file)
@@ -4,6 +4,9 @@ config.rpath    crlf=input
 configure.host crlf=input
 mkinstalldirs  crlf=input
 *.sh   crlf=input
+*.sources      crlf=input
+.gitattributes crlf=input
+*akefile*      crlf=input
 
 # ensure native line endings on checkout
 *.c    crlf
@@ -11,10 +14,6 @@ mkinstalldirs        crlf=input
 *.cs   crlf
 *.il   crlf
 
-.gitattributes crlf
-*akefile*      crlf
-*.sources      crlf
-
 # don't do anything to line-endings.  Let CRLFs go into the repo, and CRLF on checkout
 *.bat          -crlf
 *.sln          -crlf