diff --git a/.gitignore b/.gitignore index 3fe8f4e..cc771a1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ *.so *.dylib +# Normal binary, `go build` +watbot + # Test binary, build with `go test -c` *.test diff --git a/watbot b/watbot deleted file mode 100755 index 4e04e7c..0000000 Binary files a/watbot and /dev/null differ