From: José Fonseca Date: Thu, 28 Feb 2008 06:52:30 +0000 (+0900) Subject: Disable autocrlf on Visual Studio project files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d8d472426eb487314ae608509989141933d6192;p=mesa.git Disable autocrlf on Visual Studio project files. --- diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 00000000000..23c6280f6de --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.dsp -crlf +*.dsw -crlf +*.sln -crlf +*.vcproj -crlf