mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# binaries created by `make build*` commands
|
||||
/placement
|
||||
/registration
|
||||
/work
|
||||
/registration-operator
|
||||
|
||||
*.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/
|
||||
|
||||
.kubeconfig
|
||||
.hub-kubeconfig
|
||||
.external-hub-kubeconfig
|
||||
.external-managed-kubeconfig
|
||||
Reference in New Issue
Block a user