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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Hurdugaci <victor.hurdugaci@microsoft.com>2015-12-16 01:34:41 +0300
committerVictor Hurdugaci <victor.hurdugaci@microsoft.com>2015-12-16 01:34:41 +0300
commit28474fdc757eee3f91e5051f6790ef39759ff94a (patch)
tree763c5d74fe89f1ca0a2d235b1b5a8d84d6f2b626 /.gitattributes
parent3e6551f80d7c0e7e335f33511661cecd663cde2b (diff)
Fix line endings
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 327262da6b..983a672a67 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7,6 +7,8 @@
# Make sh files under the build directory always have LF as line endings
###############################################################################
build/*.sh eol=lf
+KoreBuild-dotnet/build/*.sh eol=lf
+build-template-dotnet/*.sh eol=lf
###############################################################################