Files
kubernetes/.gitignore
2014-06-11 17:20:16 -07:00

18 lines
216 B
Plaintext
Executable File

# OSX leaves these everywhere on SMB shares
._*
# Eclipse files
.classpath
.project
.settings/**
# This is where the result of the go build goes
/output/**
/output
# Emacs save files
*~
# Go test binaries
*.test