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
1adce493eb
commit
465e946f2e
|
|
@ -126,6 +126,7 @@ net2ir/net2ir.wasm
|
|||
|
||||
# Generated test output
|
||||
npm/examples/output/
|
||||
npm/examples/output-tcl/
|
||||
|
||||
# AI stuff
|
||||
.claude/
|
||||
|
|
|
|||
Loading…
Reference in New Issue