From 20e7130bb1f98b20a60484afeeb5ebeabdbbd9e1 Mon Sep 17 00:00:00 2001 From: rkfg Date: Fri, 4 Mar 2016 19:34:04 +0300 Subject: [PATCH] As per 6f9e316, not only this file doesn't help, it makes it impossible to reset --hard. --- .gitattributes | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index c18f26c92fe..00000000000 --- a/.gitattributes +++ /dev/null @@ -1,17 +0,0 @@ -# These files are text and should be normalized (convert crlf => lf) -*.cs text diff=csharp -*.cmd text -*.txt text -*.xml text -*.md text -*.mf text -*.java text -*.form text - -# Images should be treated as binary -# (binary is a macro for -text -diff) -*.png binary -*.gif binary -*.jepg binary - -*.sdf binary \ No newline at end of file