Add default binary names to .gitignore to prevent inflating repo size by accidental inclusion
Some checks failed
Go Test / test (push) Failing after 8m56s
Some checks failed
Go Test / test (push) Failing after 8m56s
This commit is contained in:
parent
3587b40703
commit
5f542664c9
4
.gitignore
vendored
4
.gitignore
vendored
@ -9,6 +9,10 @@
|
|||||||
*.dylib
|
*.dylib
|
||||||
message-logs
|
message-logs
|
||||||
|
|
||||||
|
# Manually built binaries
|
||||||
|
main
|
||||||
|
timetable-mgr
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
# Test binary, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user