chore: drop accidentally-committed wasm_check build artifacts
The wasm_check{,2}.{html,js,wasm} files are emscripten smoke-test output
committed by accident in f9ecf9d; nothing in the build/tests/docs
references them. Removed and gitignored the pattern so future WASM
output stays out of the tree.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,4 +4,6 @@ zig-out
|
||||
.vscode/
|
||||
.sx-cache
|
||||
.sx-tmp
|
||||
current/
|
||||
current/
|
||||
# emscripten/wasm smoke-test build output
|
||||
wasm_check*
|
||||
Reference in New Issue
Block a user