Browse Source

added .so files

pull/2034/head
Daniel Gibbs 7 years ago
parent
commit
0bc2675c81
  1. 2
      .gitattributes

2
.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

Loading…
Cancel
Save