From a369a855bfa95a7a73bd2f17920e84e84d6f7dd1 Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Fri, 20 Feb 2026 21:27:06 +0100 Subject: [PATCH] fix: anchor binary names in .gitignore to repo root Unanchored patterns like `protbot` match anywhere in the path, causing spurious warnings when staging files under cmd/protbot/. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 17e860fa7..2d00bdec6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,10 +14,10 @@ savedata/*/ screenshots/* # We don't need built files -erupe-ce -erupe -protbot -tools/loganalyzer/loganalyzer +/erupe-ce +/erupe +/protbot +/tools/loganalyzer/loganalyzer # config is install dependent config.json