Skip to content

Commit

Permalink
Merge pull request kubernetes#19872 from nagarjung/kube_tarball
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Add kubernetes.tar.gz to .gitignore

This patch avoids adding kubernetes.tar.gz to git staging as it gets downloaded during get-kube.sh script.
  • Loading branch information
k8s-merge-robot committed May 24, 2016
2 parents 2dbda8c + ffc2c17 commit a68fc24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@ network_closure.sh

# direnv .envrc files
.envrc

# Downloaded kubernetes binary release tar ball
kubernetes.tar.gz

0 comments on commit a68fc24

Please sign in to comment.