13 lines
167 B
Text
13 lines
167 B
Text
|
# This is where the result of the go build goes
|
||
|
/output*/
|
||
|
/_output*/
|
||
|
/_output
|
||
|
|
||
|
# Go test binaries
|
||
|
*.test
|
||
|
|
||
|
# Godeps or dep workspace
|
||
|
/Godeps/_workspace
|
||
|
vendor
|
||
|
vendor.*
|