From 465e946f2ee4a58c1bb795eaf4cc38712346005d Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Thu, 23 Jul 2026 12:55:01 +0000 Subject: [PATCH] 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) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 52af3358..6edf09d5 100644 --- a/.gitignore +++ b/.gitignore @@ -126,6 +126,7 @@ net2ir/net2ir.wasm # Generated test output npm/examples/output/ +npm/examples/output-tcl/ # AI stuff .claude/