From 1f6c8a524aaefc0462b61ea9d93f2b7c39b7aeca Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 18 Jun 2014 10:49:01 -0400 Subject: [PATCH] Remove .gitattributes, it was only needed during the migration from SVN to Git. --- .gitattributes | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 8d8116bd07..0000000000 --- a/.gitattributes +++ /dev/null @@ -1,24 +0,0 @@ -# Specify a generic set of rules to help avoid line feed issues across -# various IDEs. -# - -# Source files -# -*.cpp text eol=lf -*.h text eol=lf -*.rc text eol=lf -*.php text eol=lf - -# Project files -# -*.vcproj text eol=crlf -*.sln text eol=crlf -*.ac text eol=lf -*.am text eol=lf -*.in text eol=lf -*.m4 text eol=lf - -# Commit Notes -# -checkin_notes text eol=lf -checkin_notes_2012 text eol=lf