Browse Source

Ignore compiled dll binaries. (#3628)

pull/3631/head
2Bear 11 months ago
committed by GitHub
parent
commit
9322ad0f9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitignore

+ 1
- 0
.gitignore View File

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

Loading…
Cancel
Save