mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
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:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user