gitignore: cover compiled binaries that land in repo root
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
be072c7309
commit
b648f7029f
@@ -1,5 +1,12 @@
|
||||
/bin/
|
||||
*.exe
|
||||
# compiled binary names that land in the repo root
|
||||
/anchor
|
||||
/waste-anchor
|
||||
/waste-daemon
|
||||
/relay
|
||||
*.identity.json
|
||||
/tmp/
|
||||
.env
|
||||
.DS_Store
|
||||
*.swp
|
||||
|
||||
Reference in New Issue
Block a user