From e035edd1ed991dcccc90219722a5f34dcb3c5164 Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Fri, 4 Oct 2024 18:09:55 +0200 Subject: [PATCH] Try to fix dlls are not downloaded properly. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 51cf12f..bbdc9d6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ -*.dll filter=lfs diff=lfs merge=lfs -text +# Dlls are ignored on clone. +*.dll filter=lfs diff=lfs merge=lfs -text *.so filter=lfs diff=lfs merge=lfs -text *.dylib filter=lfs diff=lfs merge=lfs -text \ No newline at end of file