gitignore/Go.gitignore

12 lines
240 B
Plaintext
Raw Normal View History

2017-01-30 15:09:30 +01:00
# Binary on Windows
2010-11-09 10:47:28 +01:00
*.exe
2017-01-30 15:09:30 +01:00
# Test binary, build with `go test -c`
2013-07-19 17:44:46 +02:00
*.test
2016-05-11 16:05:23 +02:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2016-09-27 03:33:41 +02:00
2017-01-24 02:51:10 +01:00
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/