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/*
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user