From 8ed03baa766b1170bcfa0574525dc16106bf5b5f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 23 Aug 2017 13:23:25 -0400 Subject: gitattributes: prefer `eol=crlf` to `-crlf` The `crlf` attribute is deprecated in Git. This also changes the given files to be in the index using LF newlines, but they will be checked out with CRLF newlines due to the attribute. --- Tests/MFC/mfc1/.gitattributes | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Tests/MFC/mfc1/.gitattributes (limited to 'Tests/MFC') diff --git a/Tests/MFC/mfc1/.gitattributes b/Tests/MFC/mfc1/.gitattributes deleted file mode 100644 index 59be5dcfbe..0000000000 --- a/Tests/MFC/mfc1/.gitattributes +++ /dev/null @@ -1,6 +0,0 @@ -.gitattributes export-ignore - -*.sln -crlf -*.vcproj -crlf - -* -whitespace -- cgit v1.2.1