From ed3c01bcb9f2d5278438613186fc81bda930356e Mon Sep 17 00:00:00 2001 From: EdisonJwa Date: Mon, 18 May 2026 14:05:11 +0800 Subject: [PATCH] chore: ignore SDD-120 bench-harness root outputs (current.json, report.md) Canonical baseline lives at crates/chanora_audio/benches/baselines/x86_64-unknown-linux-gnu.json and is updated only via the bench-baseline-update.yml workflow. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 8399ba2..00181ae 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,13 @@ android/app/build/ reports/ coverage/ +# SDD-120 local bench-harness outputs (cargo run --example emit_baseline / +# compare_baseline at the workspace root). Real baseline JSON is committed +# at crates/chanora_audio/benches/baselines/x86_64-unknown-linux-gnu.json +# via the bench-baseline-update.yml workflow only. +/current.json +/report.md + # Diagnostic bundles diagnostics/ *.diag.zip