Add .gitattributes file (closes #122)

Convert line endings to CRLF on checkout for Windows batch
scripts and Visual Studio solution/project files.
This commit is contained in:
Robert Dailey 2015-05-15 10:59:41 -05:00 committed by Damien GERARD
parent 1a8548e56f
commit d2f0649c9e

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
* text=auto
*.bat eol=crlf
*.sln eol=crlf
*.vcxproj eol=crlf