gitignore: cover compiled binaries that land in repo root

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Fredrik Johansson
2026-06-21 17:57:42 +02:00
parent be072c7309
commit b648f7029f

7
.gitignore vendored
View File

@@ -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