mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
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
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||||
*~
|
*~
|
||||||
|
Reference in New Issue
Block a user