Files
kubernetes/.gitignore
2014-07-02 15:32:30 -07:00

25 lines
318 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
# Mercurial files
**/.hg
**/.hg*
# Version file we automatically make
/pkg/version/autogenerated.go