Daniel Gibbs vor 7 Jahren
Ursprung
Commit
1593f52aca
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      .gitattributes

+ 1 - 2
.gitattributes

@@ -1,11 +1,10 @@
 # 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
+*.so.6 binary
 
 # Custom for Visual Studio
 *.cs     diff=csharp