Merge pull request #24895 from david-mcmahon/ignore

Automatic merge from submit-queue

Ignore all _output* directories.

In the new release tooling we build into multiple _output directories and this caught us on a recent build of 1.2.4-beta.0.

ref: #24837 #23839
pull/6/head
k8s-merge-robot 2016-04-27 18:35:21 -07:00
commit 8e061e1cf7
1 changed files with 2 additions and 4 deletions

6
.gitignore vendored
View File

@ -17,10 +17,8 @@
.vscode
# This is where the result of the go build goes
/output/**
/output
/_output/**
/_output
/output*/
/_output*/
# Emacs save files
*~