Merge pull request 'Remove and ignore binary' (#15) from gitignore into master

Reviewed-on: #15
This commit is contained in:
Pratyush Desai 2024-09-24 21:13:01 +02:00
commit 331d38694e
2 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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

BIN
watbot

Binary file not shown.