From bd7d3abf24f447d6f6b102241c67829aa760f66e Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sat, 21 Sep 2024 16:22:04 +0200 Subject: Remove and ignore binary Build artifacts shouldn't be tracked in version control. Signed-off-by: Georg Pfuetzenreuter --- .gitignore | 3 +++ watbot | Bin 11684080 -> 0 bytes 2 files changed, 3 insertions(+) delete mode 100755 watbot 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 -- cgit v1.2.3