Skip to content

Commit dd8fd76

Browse files
authored
Update .gitignore (#17)
1 parent 066b935 commit dd8fd76

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# System files
22
.DS_Store
33

4+
# Build and tool-generated files
5+
build/
6+
47
# Any exported models and profiling outputs
58
*.bin
69
*.model
710
*.pte
811

912
# Xcode
1013
xcuserdata/
14+
.build/
1115
.swiftpm/
1216
*.xcworkspace/
13-
14-
# MV2
15-
mv2/cpp/build
16-
17+
*.xcframework/

0 commit comments

Comments
 (0)