kubernetes/.gitignore
Albert Zhang 0375709fa3 Use 'go install' to build all commands at the same time.
'go build' compiles the packages but discards the results if multiple packages specified.
2014-07-27 22:20:13 -04:00

31 lines
391 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*
# Vagrant
.vagrant
# Version file we automatically make
/pkg/version/autogenerated.go
# compiled binaries in third_party
/third_party/pkg