chore(git): keep the benchmark harness local, never push to origin
The bench/ native-harness benchmark suite is dev-internal test tooling tightly coupled to the local tmux + podman test rig, so untrack it and ignore /bench/ entirely (harness code AND result artifacts) — it stays on disk for local use but no longer ships to origin. Also keep ignoring /docs/plans/ (local planning). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+6
-2
@@ -31,8 +31,12 @@ err.log
|
||||
# Heavy / superseded demo-build kit (real demos live in video-toolkit)
|
||||
/docs/demo/
|
||||
|
||||
# Benchmark runtime results (commit a curated baseline with `git add -f`)
|
||||
/bench/results/
|
||||
# Native-harness benchmark harness + results — dev-internal test tooling, kept
|
||||
# on disk but never pushed to origin (coupled to the local tmux+podman test rig)
|
||||
/bench/
|
||||
|
||||
# Local-only planning/design docs (kept on disk, never pushed to origin)
|
||||
/docs/plans/
|
||||
|
||||
# Project scratch
|
||||
/i-try/
|
||||
|
||||
Reference in New Issue
Block a user