gitignore: ignore out-of-source WASM build dirs (out-of-tree)
npm/build.sh now builds each WASM variant out-of-source in build-wasm-<variant> under the repo root (fixed names build-wasm-tcl / build-wasm-notcl). They are disposable (recreated each run) and must not be tracked. Confirmed the relocated build dirs receive all output while the source module dirs stay clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8309f0a504
commit
c2df97576a
|
|
@ -61,6 +61,10 @@ magic/magic.js.symbols
|
|||
magic/magic.symbols
|
||||
magic/magic.wasm
|
||||
build-tcl-wasm/
|
||||
# Out-of-source WASM build directories created by npm/build.sh (one per variant;
|
||||
# fixed names build-wasm-<tcl|notcl>). Disposable, recreated each run.
|
||||
build-wasm-tcl/
|
||||
build-wasm-notcl/
|
||||
net2ir/net2ir
|
||||
net2ir/net2ir.js
|
||||
net2ir/net2ir.wasm
|
||||
|
|
|
|||
Loading…
Reference in New Issue