Fix broken gitignore exclude#2478
Merged
Merged
Conversation
This matches all directories not just the top level one we wanted to ignore, however we no loner use or put anything into /build so we can just remove it instead. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Now that build is no longer incorrectly excluded it gets added. The fact that this did not cause a compile failure was just because gingko is used directly by the tests and not compiled from these sources. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Reviewer's GuideThis PR corrects an overly broad .gitignore rule by removing the top‐level “build” exclusion and regenerates vendor dependencies so the newly included files (previously ignored) are added. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Luap99, sourcery-ai[bot] The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Member
|
Ouch - easy to forget how Gitignore semantics are not always a match for what we want to do. LGTM |
4f0f579
into
containers:main
12 of 14 checks passed
TomSweeneyRedHat
added a commit
to TomSweeneyRedHat/common
that referenced
this pull request
Jul 16, 2025
Possible replacement for containers#2476. I'm not sure if I messed something up when trying to merge in containers#2478 there, so thought I'd create this PR to see if I messed something up there when doing the merge/vendor. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
TomSweeneyRedHat
added a commit
to TomSweeneyRedHat/common
that referenced
this pull request
Jul 16, 2025
Possible replacement for containers#2476. I'm not sure if I messed something up when trying to merge in containers#2478 there, so thought I'd create this PR to see if I messed something up there when doing the merge/vendor. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
TomSweeneyRedHat
added a commit
to TomSweeneyRedHat/common
that referenced
this pull request
Jul 16, 2025
Possible replacement for containers#2476. I'm not sure if I messed something up when trying to merge in containers#2478 there, so thought I'd create this PR to see if I messed something up there when doing the merge/vendor. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
TomSweeneyRedHat
added a commit
to TomSweeneyRedHat/common
that referenced
this pull request
Jul 17, 2025
Possible replacement for containers#2476. I'm not sure if I messed something up when trying to merge in containers#2478 there, so thought I'd create this PR to see if I messed something up there when doing the merge/vendor. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
TomSweeneyRedHat
added a commit
to TomSweeneyRedHat/common
that referenced
this pull request
Jul 17, 2025
Possible replacement for containers#2476. I'm not sure if I messed something up when trying to merge in containers#2478 there, so thought I'd create this PR to see if I messed something up there when doing the merge/vendor. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.gitignore: do not ignore all build directories
This matches all directories not just the top level one we wanted to
ignore, however we no loner use or put anything into /build so we can
just remove it instead.
vendor: regenerate files
Now that build is no longer incorrectly excluded it gets added. The fact
that this did not cause a compile failure was just because gingko is
used directly by the tests and not compiled from these sources.
Summary by Sourcery
Fix .gitignore to stop excluding build directories and regenerate vendor files accordingly
Bug Fixes:
Chores: