2017-11-22 16:47:15 +00:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
|
|
.glide/
|
2018-09-17 04:44:41 +00:00
|
|
|
|
|
|
|
# Project-local files
|
|
|
|
*.idea
|
|
|
|
|
2018-09-22 19:48:11 +00:00
|
|
|
# go dep lock file
|
|
|
|
Gopkg.lock
|
|
|
|
|
2018-09-17 04:44:41 +00:00
|
|
|
# Go vendor libraries
|
|
|
|
vendor/**/
|