2017-11-22 10:47:15 -06: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-16 23:44:41 -05:00
|
|
|
|
|
|
|
# Project-local files
|
|
|
|
*.idea
|
|
|
|
|
|
|
|
# Go vendor libraries
|
|
|
|
vendor/**/
|