Skip to content

Fix .gitignore#290

Merged
samuelkarp merged 2 commits intocontainerd:mainfrom
samuelkarp:fix-gitignore
Apr 28, 2026
Merged

Fix .gitignore#290
samuelkarp merged 2 commits intocontainerd:mainfrom
samuelkarp:fix-gitignore

Conversation

@samuelkarp
Copy link
Copy Markdown
Member

The existing .gitignore excluded pkg/version/info, but there was a force-added pkg/version/info/none. That file is required to build, but the .gitignore takes precedence when the repo is copied into another location (such as through go mod vendor). This commit series deletes and recreates the file, along with fixing the .gitignore rules.

Signed-off-by: Samuel Karp <samuelkarp@google.com>
Signed-off-by: Samuel Karp <samuelkarp@google.com>
Copy link
Copy Markdown
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@samuelkarp samuelkarp merged commit 520641e into containerd:main Apr 28, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants