diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..66d8cfd6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +* text=auto + +*.c text +*.cc text +*.cpp text +*.h text + +*.vcproj text eol=crlf +*.vcxproj text eol=crlf +*.sln text eol=crlf + +*.dll binary