From b648f7029f209b2983c4e66bd5b16d263b0eef30 Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Sun, 21 Jun 2026 17:57:42 +0200 Subject: [PATCH] gitignore: cover compiled binaries that land in repo root Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 750bd08..5e70468 100644 --- a/.gitignore +++ b/.gitignore @@ -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