k8s-csi-s3/.gitignore
2018-07-14 10:48:22 +02:00

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