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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2013-10-27 01:41:07 +0400
committerAlan McGovern <alan@xamarin.com>2013-10-27 01:41:30 +0400
commit4f624f8183cbd73ced292084eab1df8879d3c111 (patch)
tree36767e71981b1664263aceeab786b436dc02c64f /.gitattributes
parent1c77d330a7d04442a580f9e938ef41875497a3d4 (diff)
[build] Ensure configure/Makefile are always checked out as lf
They must be lf so they execute correctly.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 9c03cd8484..c0dcb80aec 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -17,6 +17,15 @@
# sln is always CRLF, even on linux, so don't convert
*.sln -crlf
+# configure and makefiles should be lf only
+configure
+configure.in
+configure.ac
+configure.sh
+Makefile
+Makefile.am
+Makefile.include
+
# These files can be converted, since they're new
.gitattributes crlf
.gitignore crlf