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:
Darryl L. Miles 2026-07-22 14:23:48 +00:00 committed by R. Timothy Edwards
parent 8309f0a504
commit c2df97576a
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -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