From c4b36acd055848bc71e09544cf6173dcbde81429 Mon Sep 17 00:00:00 2001 From: gama Date: Mon, 17 Aug 2026 14:50:27 +0200 Subject: [PATCH] [GIT] Track shared library binaries with git LFS --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) 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