Skip to content

Commit 6b37d64

Browse files
committed
adding in vendored mods
Signed-off-by: Jordan <[email protected]>
1 parent f1289fa commit 6b37d64

File tree

3,937 files changed

+1401110
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,937 files changed

+1401110
-4
lines changed

.gitignore

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
vendor
2-
31
# Binaries for programs and plugins
42
*.exe
53
*.exe~
@@ -17,20 +15,33 @@ Dockerfile.cross
1715
# Output of the go coverage tool, specifically when used with LiteIDE
1816
*.out
1917

18+
# Dependencies
19+
vendor
20+
2021
# Release output
2122
dist/**
2223
operator-controller.yaml
23-
install.sh
2424

2525
# Kubernetes Generated files - skip generated files, except for vendored files
2626

2727
!vendor/**/zz_generated.*
2828

2929
# editor and IDE paraphernalia
30-
.idea
30+
.idea/*
31+
.vscode/
3132
*.swp
3233
*.swo
3334
*~
3435
\#*\#
3536
.\#*
37+
jenkins/library/.idea/*
38+
*.iml
39+
*token
40+
*settings/
41+
.clusters.app.ci/.actual_diff
42+
*.pyc
43+
### MacOS ###
44+
.DS_Store
45+
46+
3647

openshift/vendor/github.com/openshift/build-machinery-go/.ci-operator.yaml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/vendor/github.com/openshift/build-machinery-go/LICENSE

Lines changed: 201 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/vendor/github.com/openshift/build-machinery-go/Makefile

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/vendor/github.com/openshift/build-machinery-go/OWNERS

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/vendor/github.com/openshift/build-machinery-go/README.md

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/vendor/github.com/openshift/build-machinery-go/doc.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)