Setting up an initial .gitattributes to start dealing with line endings

This commit is contained in:
Patrick Johnmeyer 2013-01-26 01:27:06 -06:00
parent 4ca25c5651
commit cbbcffa26b

13
.gitattributes vendored Normal file
View file

@ -0,0 +1,13 @@
* text=auto
*.h text
*.cpp text
# VS 20xx files
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlt
# VC6 files
*.dsw text eol=crlf
*.dsp text eol=crlf