From 0bc2675c81537468410fbea2cfee471bdf90442c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 7 Oct 2018 22:47:37 +0100 Subject: [PATCH] added .so files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) 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