Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
43 changes: 0 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
140 changes: 0 additions & 140 deletions BUILD.bazel

This file was deleted.

1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ For contributors who want to work up pull requests, the workflow is roughly:
hack/go-lint.sh $(go list -f '{{ .ImportPath }}' ./...)
hack/go-vet.sh ./...
hack/shellcheck.sh
hack/test-bazel-build-tarball.sh
hack/tf-fmt.sh -list -check
hack/tf-lint.sh
hack/yaml-lint.sh
Expand Down
40 changes: 0 additions & 40 deletions WORKSPACE

This file was deleted.

Empty file removed bazel-rules/BUILD.bazel
Empty file.
28 changes: 0 additions & 28 deletions bazel-rules/gen_test.bzl

This file was deleted.

6 changes: 0 additions & 6 deletions buildvars.sh

This file was deleted.

25 changes: 0 additions & 25 deletions cmd/openshift-install/BUILD.bazel

This file was deleted.

Loading