Go.gitignore 240 字节
Newer Older
1
# Binary on Windows
C
Clement Skau 已提交
2
*.exe
3 4

# Test binary, build with `go test -c`
J
Jonathan Rudenberg 已提交
5
*.test
L
Luca Corbatto 已提交
6

L
Luca Corbatto 已提交
7
# Output of the go coverage tool, specifically when used with LiteIDE
L
Luca Corbatto 已提交
8
*.out
F
futabooo 已提交
9

E
Evan Culver 已提交
10 11
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/