From 0e0bcc4c87b16f379a68b6ec98c0f4923d5d421c Mon Sep 17 00:00:00 2001 From: Douglas Mun Date: Sun, 23 Aug 2026 22:45:16 +0800 Subject: [PATCH] gitignore: cover the last two harness serial logs .gitignore enumerates harness serial logs by name rather than blanket-ignoring *.log (deliberate -- doc/ and web/ may legitimately carry one). Two names were missing, so verify-entropy-pool-stir.sh and verify-kprintf-zu.sh left an untracked log in the repo root that a future `git add` could pick up. Swept all 63 verify-*.sh SERIAL paths against `git check-ignore`; these were the only two uncovered. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01CEkhAhgTxbE5TgifyYf8v4 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cc20faa..92f6fdf 100644 --- a/.gitignore +++ b/.gitignore @@ -259,3 +259,5 @@ udprx.log udprx-trace.log dhcprx.log dhcprx-trace.log +entropy-stir.log +kprintfzu.log