Ignore compiled dll binaries.

This commit is contained in:
熊泽鹏 2023-12-12 14:46:27 +08:00
parent c5ebdb8ba7
commit d4f033fbfd

1
.gitignore vendored
View File

@ -54,6 +54,7 @@ packages/
*.bc
*.so
*.so.*
*.dll
# Ignore wasm data in examples/
examples/**/*.wasm