From bc1333ec17d01f5cbfd402604addb018ddf18294 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Mon, 4 May 2026 08:47:52 +0200 Subject: [PATCH] chore(ultraplan-local): generalize *.local.* gitignore for perf-measure script Replaces explicit *.local.md + *.local.json rules with single *.local.* glob covering the new examples/01-add-verbose-flag/perf-measure.local.sh and perf-baseline.local.md operator-driven measurement harness for SC1 wall-time gate. The harness files themselves stay outside git (operator-run only). The .gitignore generalization is the only tracked change. [skip-docs] --- plugins/ultraplan-local/.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/ultraplan-local/.gitignore b/plugins/ultraplan-local/.gitignore index 77eac94..bc8c391 100644 --- a/plugins/ultraplan-local/.gitignore +++ b/plugins/ultraplan-local/.gitignore @@ -11,8 +11,7 @@ Desktop.ini .idea/ # Local configuration / session files -*.local.md -*.local.json +*.local.* REMEMBER.md TODO.md ROADMAP.md