diff options
author | Pratyush Desai | 2024-09-24 21:13:01 +0200 |
---|---|---|
committer | Pratyush Desai | 2024-09-24 21:13:01 +0200 |
commit | 331d38694e379f6721a518a9e3adda91f9279daa (patch) | |
tree | f2e445c84a1a7bc574867bf76b335c8a957793d8 | |
parent | be1b15b6f9ddca104e88b6231fcfbb34532ca1cf (diff) | |
parent | bd7d3abf24f447d6f6b102241c67829aa760f66e (diff) | |
download | watbot-331d38694e379f6721a518a9e3adda91f9279daa.tar.gz watbot-331d38694e379f6721a518a9e3adda91f9279daa.tar.bz2 watbot-331d38694e379f6721a518a9e3adda91f9279daa.zip |
Merge pull request 'Remove and ignore binary' (#15) from gitignore into master
Reviewed-on: https://git.com.de/LibertaCasa/watbot/pulls/15
-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 |