Index: .gitattributes =================================================================== diff -u -N --- .gitattributes (revision 0) +++ .gitattributes (revision 92fb9e17fec58a093a7127dcdb94cc34962b82f2) @@ -0,0 +1,33 @@ +# Main setting +* text=auto + +# Sources +*.c text +*.cc text +*.cxx text +*.cpp text +*.hpp text +*.h text +*.hh text +*.bat text eol=crlf + +# Build intermediate files +*.obj binary +*.pch binary + +# Build output +*.dll binary +*.lib binary +*.exe binary + +# Solutions and projects +*.sln text eol=crlf +*.csproj text eol=crlf +*.vcxproj text eol=crlf +*.vcproj text eol=crlf + +# Property sheets +*.props text eol=crlf + +# Filter files +*.filters text eol=crlf