diff --git a/.gitattributes b/.gitattributes index 8ad74f78..975bdcd5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,8 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf + +# Built shared libraries +*.so filter=lfs diff=lfs merge=lfs -text +*.dll filter=lfs diff=lfs merge=lfs -text +*.dylib filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text