Disable autocrlf on Visual Studio project files.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 28 Feb 2008 06:52:30 +0000 (15:52 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 28 Feb 2008 06:52:30 +0000 (15:52 +0900)
.gitattributes [new file with mode: 0755]

diff --git a/.gitattributes b/.gitattributes
new file mode 100755 (executable)
index 0000000..23c6280
--- /dev/null
@@ -0,0 +1,4 @@
+*.dsp -crlf
+*.dsw -crlf
+*.sln -crlf
+*.vcproj -crlf