From b6bbfb3ab0eee05d5a79482eac932d52f4884e64 Mon Sep 17 00:00:00 2001 From: Test User Date: Tue, 3 May 2016 09:20:51 +0200 Subject: [PATCH] filter for windows line endings was not working --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 92203c18d..2f356076d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,8 @@ # always use LF, even if the files are edited on windows, they need to be compiled/used on unix * text eol=lf +installation/mods_Abaqus/abaqus_v6_windows.env eol=crlf # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary *.cae binary -installation/mods_Abaqus/abaqus_v6_windows.env -crlf