From d38174483f4073a01b23bbc9cad6ddfcdee4b64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauro=20Balad=C3=A9s?= Date: Sun, 15 Sep 2024 20:19:40 -0700 Subject: [PATCH] Refactor .gitattributes to enable Git LFS for object tar files --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 372ab687..7f4f023b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ - *.patch linguist-language=C++ +.github/workflows/object/*.tar filter=lfs diff=lfs merge=lfs -text