From c28bbcdcccc0e47df74b57f91d68492bad8e2d3d Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Wed, 10 Jul 2024 16:47:48 +0800 Subject: [PATCH] skip the problematic files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8781a7371..e10c697ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,3 +22,5 @@ third_party/acados/*/t_renderer filter=lfs diff=lfs merge=lfs -text third_party/qt5/larch64/bin/lrelease filter=lfs diff=lfs merge=lfs -text third_party/qt5/larch64/bin/lupdate filter=lfs diff=lfs merge=lfs -text third_party/catch2/include/catch2/catch.hpp filter=lfs diff=lfs merge=lfs -text +third_party/libspatialindex/*/lib/libspatialindex*.so -filter=lfs -merge -text +third_party/libspatialindex/*/lib/libspatialindex*.so.* -filter=lfs -merge -text