-
Notifications
You must be signed in to change notification settings - Fork 81
/
.gitignore
58 lines (51 loc) · 984 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Build artifacts.
/bin/
# Test artifacts.
coverage.out
**/mirror*.tar
sha256sum.txt
/test/e2e/operator-test.*
**/publish.tmp.*
**/test-output
**/.metadata.json
oc-mirror-workspace/
v2/working-dir/
v2/tests/hold-test-untar
v2/tests/results
v2/build/
v2/cmd/mirror/logs/
v2/cmd/mirror/working-dir/
v2/launch.json
v2/logs/
v2/pkg/release/release.log
v2/.scannerwork/
v2/imagebuilder/test/
v2/pkg/cli/registry.log
v2/tests/graph-staging/cincinnati-graph-data.tar
pkg/image/testdata/v2/single_manifest/manifests/oc-mirror
olm_artifacts/
isc*.yaml
# Logs.
**/.oc-mirror.log
# Local vendor. Remove when ready to vendor dependencies.
#/vendor/
# Local
.idea
tags
# only ignore tags file, not tags directory
!tags/
*.swp
.vscode
# Local imageset-config.yaml
imageset-config.yaml
# Local integration test files
__pycache__
*.pyc
.venv
.requirements
.built
test/integration/collections
test/integration/bin
test/integration/output/*
!test/integration/output/.gitkeep
test/integration/ci