From 2d8d472426eb487314ae608509989141933d6192 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 28 Feb 2008 15:52:30 +0900 Subject: Disable autocrlf on Visual Studio project files. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 000000000000..23c6280f6de7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.dsp -crlf +*.dsw -crlf +*.sln -crlf +*.vcproj -crlf -- cgit v1.2.3