k8s-csi-s3/.gitignore

13 lines
167 B
Text
Raw Normal View History

2018-07-14 08:48:22 +00:00
# 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.*