mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
39 lines
547 B
Plaintext
39 lines
547 B
Plaintext
# binaries created by `make build*` commands
|
|
/placement
|
|
/registration
|
|
/work
|
|
/registration-operator
|
|
/addon
|
|
/server
|
|
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
!deploy/**
|
|
!vendor/**
|
|
dev-kubeconfig
|
|
e2e-kubeconfig
|
|
hub-kubeconfig
|
|
external-hub-kubeconfig
|
|
external-managed-kubeconfig
|
|
munge-csv
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
_output/
|
|
.idea/
|
|
*.diff
|
|
|
|
.kubeconfig
|
|
.hub-kubeconfig
|
|
.grpc-config
|
|
.external-hub-kubeconfig
|
|
.external-managed-kubeconfig
|
|
|
|
# VSCode workspace files
|
|
.vscode/
|