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/.
This commit is contained in:
Houmgaor
2026-02-20 21:27:06 +01:00
parent e899a2f790
commit a369a855bf

8
.gitignore vendored
View File

@@ -14,10 +14,10 @@ savedata/*/
screenshots/* screenshots/*
# We don't need built files # We don't need built files
erupe-ce /erupe-ce
erupe /erupe
protbot /protbot
tools/loganalyzer/loganalyzer /tools/loganalyzer/loganalyzer
# config is install dependent # config is install dependent
config.json config.json