From 9b9760c9d76b76dddba9c1b39a624e14452b8162 Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 17 Apr 2010 19:08:20 +0000 Subject: [PATCH] add a .gitattributes file to define CRLF rules git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10094 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=a613f5e07e3752085b232687d1dda8e8e583aaa0 --- .gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6bf3b50e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,25 @@ +BSDmakefile crlf=input +*.c crlf=input +COPYING crlf=input +*.cvsignore crlf=input +*.dev -crlf +Doxyfile crlf=input +*.dsp -crlf +*.dsw -crlf +*.gitattributes crlf=input +*.h crlf=input +*.icns -crlf -diff +*.ico -crlf -diff +*.inc crlf=input +makefile crlf=input +*.m crlf=input +PkgInfo crlf=input +*.plist crlf=input +*.png -crlf -diff +*.rc -crlf +*.sln -crlf +*.strings crlf=input +todo crlf=input +*.txt crlf=input +*.vcproj -crlf +*.xpm crlf=input -- 2.39.2