Remove and ignore binary

Build artifacts shouldn't be tracked in version control.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2024-09-21 16:22:04 +02:00
parent be1b15b6f9
commit bd7d3abf24
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -8,6 +8,9 @@
*.so
*.dylib
# Normal binary, `go build`
watbot
# Test binary, build with `go test -c`
*.test

BIN
watbot

Binary file not shown.