Merge pull request #5787 from ddysher/ignore-kubeconfig

git ignore .kubeconfig
This commit is contained in:
Robert Bailey 2015-03-23 10:02:56 -07:00
commit 75a25b5edf

7
.gitignore vendored
View File

@ -40,10 +40,13 @@ Session.vim
.vagrant
network_closure.sh
# compiled binaries in third_party
# Compiled binaries in third_party
/third_party/pkg
# also ignore etcd installed by hack/install-etcd.sh
# Also ignore etcd installed by hack/install-etcd.sh
/third_party/etcd*
# User cluster configs
.kubeconfig
.tags*