Strict release checks build and run all unit tests before asserting that the worktree is clean. Several generated unit test binaries were not covered by .gitignore, so make release-check-strict could fail on its own generated artifacts even when no tracked files changed. Update the ignore list so strict release checks can distinguish real source changes from expected local test binaries.
Strict release checks build and run all unit tests before asserting that the worktree is clean. Several generated unit test binaries were not covered by .gitignore, so make release-check-strict could fail on its own generated artifacts even when no tracked files changed. Update the ignore list so strict release checks can distinguish real source changes from expected local test binaries.