Skip to content

build: ignore generated unit test binaries#58

Merged
m1ngsama merged 1 commit into
mainfrom
fix/strict-release-ignore-unit-binaries
Jun 16, 2026
Merged

build: ignore generated unit test binaries#58
m1ngsama merged 1 commit into
mainfrom
fix/strict-release-ignore-unit-binaries

Conversation

@m1ngsama

Copy link
Copy Markdown
Owner

Summary

  • Add missing generated unit test binaries to .gitignore.
  • Keep strict release checks focused on real source changes instead of artifacts generated by the check itself.

Verification

  • make -C tests/unit run
  • git status --short --branch -uall
  • git diff --check

Refs #57

Keep strict release checks focused on tracked source changes by ignoring all unit test binaries generated during make release-check-strict.

Refs #57
@m1ngsama

Copy link
Copy Markdown
Owner Author

Self-review complete.

Scope is limited to .gitignore entries for generated unit test binaries. I verified that make -C tests/unit run succeeds, git diff --check is clean, and git status only shows the tracked .gitignore change after generating the binaries. This fixes the strict release gate failure without changing runtime behavior.

@m1ngsama m1ngsama merged commit b15aee6 into main Jun 16, 2026
5 checks passed
@m1ngsama m1ngsama deleted the fix/strict-release-ignore-unit-binaries branch June 16, 2026 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant