Skip to content

Commit 68d6cf0

Browse files
committed
update gitignore
1 parent 0c8cfa9 commit 68d6cf0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,18 @@ xcuserdata/
4040
.swiftpm/
4141
*.xcworkspace/
4242
*.xcframework/
43+
44+
# misc
45+
/.vscode/
46+
backends/apple/coreml/executorchcoreml.cpython-312-darwin.so
47+
/cmake_wrapper.sh
48+
/data/
49+
/devtools/bundled_program/serialize/
50+
/exir/_serialize/program.fbs
51+
/exir/_serialize/scalar_type.fbs
52+
/extension/llm/custom_ops/libcustom_ops_aot_lib.dylib
53+
/extension/pybindings/_portable_lib.cpython-312-darwin.so
54+
/include/
55+
/kernels/quantized/libquantized_ops_aot_lib.dylib
56+
/share/
57+
/version.py

0 commit comments

Comments
 (0)