From 5e6836ff9c1e183f64d9ad7263689f371775a14c Mon Sep 17 00:00:00 2001 From: Atvaark Date: Wed, 7 Jun 2017 00:41:16 +0200 Subject: [PATCH] Update .gitattibutes (#956) Prevent CRLF line endings in shell scripts when checking out on windows. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 916b093e..286be742 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.dia binary +*.dia binary +*.sh text eol=lf