Files
2020-07-23 17:18:21 +02:00

13 lines
167 B
Plaintext

# 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.*