Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-23 18:11:40 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-23 18:38:52 +0300
commita7bed9a7fcf52722a296e83eaed678208a343ccd (patch)
treefb2763f273a120df68d7eb78a2ea58517ad3ab9e /.gitattributes
parent995e5620fb79f62c22f94c87cc6d5b717b84eff2 (diff)
Force LF line endings for .sources and Makefiles too
This should fix the Windows build.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
index f1689375385..25a58f158fc 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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