Commit 8e061e1c authored by k8s-merge-robot's avatar k8s-merge-robot

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
parents bc1756c5 9b1e8935
...@@ -17,10 +17,8 @@ ...@@ -17,10 +17,8 @@
.vscode .vscode
# This is where the result of the go build goes # This is where the result of the go build goes
/output/** /output*/
/output /_output*/
/_output/**
/_output
# Emacs save files # Emacs save files
*~ *~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment