From 5f542664c9453cdcfdced5890b388a0009cefbcd Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 5 Apr 2024 21:51:09 +0100 Subject: [PATCH] Add default binary names to .gitignore to prevent inflating repo size by accidental inclusion --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7b9a475..3697f25 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,10 @@ *.dylib message-logs +# Manually built binaries +main +timetable-mgr + # Test binary, built with `go test -c` *.test