From 8f36eabb3f18b488317ad4f10a362c348e26a497 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Tue, 22 Apr 2025 12:11:08 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a29fb069..23a89fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # System files .DS_Store +# Build and tool-generated files +build/ + # Any exported models and profiling outputs *.bin *.model @@ -8,9 +11,7 @@ # Xcode xcuserdata/ +.build/ .swiftpm/ *.xcworkspace/ - -# MV2 -mv2/cpp/build - +*.xcframework/