Ignore compiled dll binaries. (#3628)

This commit is contained in:
2Bear 2023-12-13 06:05:14 +08:00 committed by GitHub
parent c5ebdb8ba7
commit 9322ad0f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

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