Skip to content

chore: remove accidentally committed Zig build cache + gitignore it#40

Merged
hyperpolymath merged 1 commit into
mainfrom
claude/new-session-1fphit
Jun 26, 2026
Merged

chore: remove accidentally committed Zig build cache + gitignore it#40
hyperpolymath merged 1 commit into
mainfrom
claude/new-session-1fphit

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

What & why

The FFI implementation PR (#39) inadvertently committed src/interface/ffi/.zig-cache/ build artifacts — a git add -A was run after a local zig test. That includes a ~3.5 MB compiled test binary that does not belong in version control.

Change

  • git rm --cached the three tracked .zig-cache/ files (removed from the repo; ~7 MB of binaries gone).
  • Add .zig-cache/ (and **/.zig-cache/) to .gitignore so transient Zig build output is never committed again.

No source changes; the FFI code from #39 is untouched.

CI note

The rust-ci / Hypatia / governance checks are pre-existing estate-infra reds unrelated to this change.

🤖 Generated with Claude Code

https://claude.ai/code/session_019xMKB3T4Vo5FYC7Czx3JSH


Generated by Claude Code

The previous FFI commit inadvertently included `src/interface/ffi/.zig-cache/`
build artifacts (a `git add -A` after a local `zig test`). Remove the tracked
cache and add `.zig-cache/` to .gitignore so transient Zig build output is
never committed again.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019xMKB3T4Vo5FYC7Czx3JSH
@hyperpolymath hyperpolymath marked this pull request as ready for review June 26, 2026 22:10
@hyperpolymath hyperpolymath merged commit ea642f2 into main Jun 26, 2026
5 of 15 checks passed
@hyperpolymath hyperpolymath deleted the claude/new-session-1fphit branch June 26, 2026 22:10
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.

2 participants