From 0fae22563592cc39fac6d0c6c4ed293e86914768 Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Sun, 13 Feb 2022 18:32:19 +0100 Subject: [PATCH] Track obj files on LFS --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 072033053..76f1b7c59 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,3 +18,4 @@ *.rar filter=lfs diff=lfs merge=lfs -text *.TGA filter=lfs diff=lfs merge=lfs -text *.tif filter=lfs diff=lfs merge=lfs -text +*.obj filter=lfs diff=lfs merge=lfs -text