Add default binary names to .gitignore to prevent inflating repo size by accidental inclusion
Go Test / test (push) Failing after 8m56s Details

This commit is contained in:
Fred Boniface 2024-04-05 21:51:09 +01:00
parent 3587b40703
commit 5f542664c9
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -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