Add default binary names to .gitignore to prevent inflating repo size by accidental inclusion
This commit is contained in:
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user