summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rwxr-xr-xwatbotbin11684080 -> 0 bytes
2 files changed, 3 insertions, 0 deletions
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
--- a/watbot
+++ /dev/null
Binary files differ