gitignore/Go.gitignore

14 lines
267 B
Plaintext
Raw Normal View History

2017-01-30 09:42:26 -05:00
# Binaries for programs and plugins
2010-11-09 04:47:28 -05:00
*.exe
2017-01-30 09:42:26 -05:00
*.dll
*.so
2017-01-30 09:09:30 -05:00
# Test binary, build with `go test -c`
2013-07-19 11:44:46 -04:00
*.test
2016-05-11 10:05:23 -04:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2016-09-26 21:33:41 -04:00
2017-01-23 20:51:10 -05:00
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/