From 2f220b7c0ef75916e5aa62d72a9bff08ef7bb9bb 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] --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 77eac94..bc8c391 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,7 @@ Desktop.ini .idea/ # Local configuration / session files -*.local.md -*.local.json +*.local.* REMEMBER.md TODO.md ROADMAP.md