Skip to content

Remove compiled binary from git tracking#17

Merged
cwage merged 1 commit intomainfrom
cleanup-binary-file
Aug 9, 2025
Merged

Remove compiled binary from git tracking#17
cwage merged 1 commit intomainfrom
cleanup-binary-file

Conversation

@cwage
Copy link
Owner

@cwage cwage commented Aug 9, 2025

Summary

The src/volmix compiled binary was accidentally committed to the repository. This PR removes it from git tracking.

Changes

  • Remove src/volmix binary from git tracking using git rm --cached
  • The file remains in .gitignore (already present on line 30) to prevent future accidental commits

Test plan

  • Binary removed from git tracking
  • .gitignore properly configured to ignore build artifacts
  • Local binary file preserved for development

This prevents build artifacts from cluttering the repository history.

The src/volmix binary was accidentally committed to the repository.
This removes it from git tracking while keeping it in .gitignore
to prevent future accidental commits of build artifacts.
Copilot AI review requested due to automatic review settings August 9, 2025 01:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@cwage cwage merged commit ed3ded1 into main Aug 9, 2025
@cwage cwage deleted the cleanup-binary-file branch August 9, 2025 01:01
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

Comments