1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

installer: remove package

This is the last of the old installer code. It's no longer used and can
be removed.
This commit is contained in:
Alex Crawford
2018-09-26 15:11:46 -07:00
parent 496c5ab7a9
commit b6c0d8c1e7
30 changed files with 0 additions and 3879 deletions

43
.gitignore vendored
View File

@@ -16,46 +16,3 @@ bin_test/
matchbox/
/contrib/govcloud/vpn.conf
tectonic-dev
# non-default Bazel stuff
.build/
.cache
# Created by https://www.gitignore.io/api/go,bazel,terraform
# HOWEVER, I had to remove the ignore for `vendor/`
### Bazel ###
/bazel-*
### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
### Terraform ###
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
# .tfvars files are managed as part of configuration and so should be included in
# version control.
#
# example.tfvars
# End of https://www.gitignore.io/api/go,bazel,terraform