Skip to content

Commit 3223722

Browse files
juhgiyoclaude
andauthored
Add wrapper binary to .gitignore (#14)
## Summary - Add `codex/wrapper/wrapper` (compiled Go binary, ~3MB) to `.gitignore` to prevent accidental commits ## Test plan - [ ] Verify `git status` no longer shows `codex/wrapper/wrapper` as untracked 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 159e5b1 commit 3223722

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*.so
66
*.dylib
77
codex/strawpot_codex
8+
codex/wrapper/wrapper
89

910
# Test binary
1011
*.test

0 commit comments

Comments
 (0)