diff options
author | Jose Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-28 12:34:01 +0900 |
---|---|---|
committer | Jose Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-28 12:34:01 +0900 |
commit | 90a036b337fc41c25ee6ff89eb9422efd3d9f110 (patch) | |
tree | 9a2888db19325b8d4972731e03148f75f012ed9f /.gitattributes | |
parent | cabcee9ea952538f2620eb4e02570a933ac42f90 (diff) | |
download | mesa-90a036b337fc41c25ee6ff89eb9422efd3d9f110.tar.gz |
Disable autocrlf for Visual Studio project files.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..23c6280f6de --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.dsp -crlf +*.dsw -crlf +*.sln -crlf +*.vcproj -crlf |