From 40d658e20d420f2758cdbb4b3ca48c39b08a51f0 Mon Sep 17 00:00:00 2001 From: squeek Date: Sat, 29 Nov 2014 22:21:42 -0800 Subject: [PATCH] Fix all files being "modified" since the last commit * The files were not actually different, but git insisted that they were; for some reason a blank .gitattributes seems to work, but deleting .gitattributes did not --- .gitattributes | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitattributes b/.gitattributes index 78ccac7..e69de29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +0,0 @@ -* text=auto - -*.txt eol=crlf -*.res eol=crlf -*.lua eol=crlf -*.inf eol=crlf -*.res eol=crlf -*.vdf eol=crlf -*.lst eol=crlf -*.dsp eol=crlf -*.gam eol=crlf -*.fgd eol=crlf -*.vbsp eol=crlf \ No newline at end of file