diff --git a/.gitattributes b/.gitattributes index 4f7a83cab..72af4ff4c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,11 @@ # crlf line endings for text files * text eol=lf +* text eol=auto # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary +*.so binary # Custom for Visual Studio *.cs diff=csharp