minitor-go/.gitignore
Ian Fijolek f8e40c643c
All checks were successful
continuous-integration/drone/push Build is passing
Move static binaries to dist/ for easier publishing
This will make it easier to publish them to Github or Gitea releases later.

To avoid making the Makefile super complex, this patch also makes use of
variables to simplify the Makefile as well.
2020-07-06 20:15:21 -07:00

21 lines
266 B
Plaintext

# ---> Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# User configuration
config.yml
# Output binary
minitor
dist/