From bcbee6ae91cc232918c95b0252d648a82f26cf45 Mon Sep 17 00:00:00 2001 From: jnm2 Date: Tue, 25 Apr 2017 14:21:55 -0400 Subject: [PATCH] Add .gitattributes entry so that bash scripts checked out in Windows have Unix line endings --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index cc7261c77..492258dd8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,8 @@ # Monodevelop on Linux uses CRLF for these files *.sln text eol=crlf packages/repositories.config text eol=crlf + +# Allows checking out and developing in Windows +# while mounting and running tests in Linux +*.sh text eol=lf +build text eol=lf