diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-28 15:52:30 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-28 15:52:30 +0900 |
commit | 2d8d472426eb487314ae608509989141933d6192 (patch) | |
tree | fff75c201b0246c3de0a060fbe162beb87f33ef6 | |
parent | 5c0a089a5d13baa7a427b70852223990da5f175c (diff) |
Disable autocrlf on Visual Studio project files.
-rwxr-xr-x | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000000..23c6280f6d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.dsp -crlf +*.dsw -crlf +*.sln -crlf +*.vcproj -crlf |