Skip to content

Clean up ccache build artifacts - #395

Merged
kraenhansen merged 1 commit into
mainfrom
claude/remove-ccache-gitignore-3yfy5n
Aug 11, 2026
Merged

Clean up ccache build artifacts#395
kraenhansen merged 1 commit into
mainfrom
claude/remove-ccache-gitignore-3yfy5n

Conversation

@kraenhansen

Copy link
Copy Markdown
Collaborator

Remove ccache statistics files that were accidentally committed to the repository. These are build cache artifacts that should not be version controlled.

Changes:

  • Removed all .ccache/*/stats files across the cache directory structure (directories 0-f and their subdirectories)
  • These files are generated during the build process and are specific to individual build environments

Rationale:
Build cache artifacts like ccache statistics should be excluded from version control as they:

  • Are environment-specific and not meaningful across different machines
  • Clutter the repository history
  • Should be regenerated as needed during builds

Consider adding .ccache/ to .gitignore if not already present to prevent similar commits in the future.

https://claude.ai/code/session_01Rynk1i8aizkQbMD4Ac2tPy

The ccache-action in CI populates a `.ccache` directory in the workspace
root, and its stats files got picked up by the release automation in #393.
Untrack the directory and ignore it going forward.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rynk1i8aizkQbMD4Ac2tPy
@kraenhansen
kraenhansen merged commit d5b7a6f into main Aug 11, 2026
9 checks passed
@kraenhansen
kraenhansen deleted the claude/remove-ccache-gitignore-3yfy5n branch August 11, 2026 07:06
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