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