status-protocol-go/.gitignore

16 lines
209 B
Plaintext
Raw Normal View History

2019-07-06 13:05:25 +00:00
# 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
2019-07-16 10:43:07 +00:00
# Editors
.idea