From a146af5086224703ce2b4c9bfad6d7d4d32df81a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 5 Feb 2014 14:54:01 +0100 Subject: [PATCH] Fix: Try to solve problem of CRLF for some extensions. --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index d3bd1519a01..b3bbb77b211 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,12 @@ *.lang text eol=lf *.txt text eol=lf *.md text eol=lf +*.pp text eol=lf +*.sh text eol=lf +*.yaml text eol=lf + +.bash_aliases text eol=lf +.vimrc text eol=lf # Denote all files that are truly binary and should not be modified. *.bmp binary