gitignore: ignore npm/examples/output-tcl/ (tcl smoke-test output)
The tcl smoke test writes generated artifacts to npm/examples/output-tcl/, mirroring the already-ignored notcl npm/examples/output/. Ignore it too. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d2d985d99a
commit
1376e042be
|
|
@ -126,6 +126,7 @@ net2ir/net2ir.wasm
|
||||||
|
|
||||||
# Generated test output
|
# Generated test output
|
||||||
npm/examples/output/
|
npm/examples/output/
|
||||||
|
npm/examples/output-tcl/
|
||||||
|
|
||||||
# AI stuff
|
# AI stuff
|
||||||
.claude/
|
.claude/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue