Skip to content

Commit

Permalink
Add rebaser testdata directory to .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Domenico Luciani <[email protected]>
  • Loading branch information
Domenico Luciani committed Aug 24, 2023
1 parent 90f7445 commit 3ff65d6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@
.tool-versions
/out
.vscode

acceptance/testdata/*/**/container/cnb/lifecycle/*
acceptance/testdata/*/**/container/docker-config/*

acceptance/testdata/exporter/container/cnb/run.toml
acceptance/testdata/exporter/container/layers/*analyzed.toml
acceptance/testdata/exporter/container/other_layers/*analyzed.toml

acceptance/testdata/restorer/container/layers/*analyzed.toml

acceptance/testdata/rebaser/container/cnb/run.toml
acceptance/testdata/rebaser/container/layers/analyzed.toml
acceptance/testdata/rebaser/container/layers/run-image-extended-analyzed.toml
acceptance/testdata/rebaser/container/layers/some-analyzed.toml
acceptance/testdata/rebaser/container/other_layers/analyzed.toml
2 changes: 1 addition & 1 deletion acceptance/testdata/rebaser/container/cnb/run.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[[images]]
image = "192.168.18.12:53689/some-read-only-run-image-asurginomp"
image = "192.168.18.12:54076/some-read-only-run-image-blypygeaom"
mirrors = ["mirror1", "mirror2"]
2 changes: 1 addition & 1 deletion acceptance/testdata/rebaser/container/layers/analyzed.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
reference = ""

[run-image]
reference = "192.168.18.12:53689/some-read-only-run-image-asurginomp"
reference = "192.168.18.12:54076/some-read-only-run-image-blypygeaom"
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
reference = ""

[run-image]
reference = "192.168.18.12:53689/some-read-only-run-image-asurginomp"
reference = "192.168.18.12:54076/some-read-only-run-image-blypygeaom"
extend = true
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
reference = ""

[run-image]
reference = "192.168.18.12:53689/some-read-only-run-image-asurginomp"
reference = "192.168.18.12:54076/some-read-only-run-image-blypygeaom"
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
reference = ""

[run-image]
reference = "192.168.18.12:53689/some-read-only-run-image-asurginomp"
reference = "192.168.18.12:54076/some-read-only-run-image-blypygeaom"

0 comments on commit 3ff65d6

Please sign in to comment.