kubernetes/.gitignore
2014-06-06 16:40:48 -07:00

18 lines
236 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
/target/**
/target
# This is where we stage releases
/release/**
# Emacs save files
*~