diff options
author | Georg Pfuetzenreuter | 2024-09-21 16:22:04 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2024-09-21 16:22:04 +0200 |
commit | bd7d3abf24f447d6f6b102241c67829aa760f66e (patch) | |
tree | f2e445c84a1a7bc574867bf76b335c8a957793d8 | |
parent | be1b15b6f9ddca104e88b6231fcfbb34532ca1cf (diff) | |
download | watbot-bd7d3abf24f447d6f6b102241c67829aa760f66e.tar.gz watbot-bd7d3abf24f447d6f6b102241c67829aa760f66e.tar.bz2 watbot-bd7d3abf24f447d6f6b102241c67829aa760f66e.zip |
Remove and ignore binary
Build artifacts shouldn't be tracked in version control.
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
-rw-r--r-- | .gitignore | 3 | ||||
-rwxr-xr-x | watbot | bin | 11684080 -> 0 bytes |
2 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ *.so *.dylib +# Normal binary, `go build` +watbot + # Test binary, build with `go test -c` *.test |