-
Notifications
You must be signed in to change notification settings - Fork 86
ignore generated man files #119
Conversation
|
LGTM |
.gitignore
Outdated
| /oci-image-validate | ||
|
|
||
| *.1 | ||
| *.patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who makes these *.patch files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we always work with patch, and easy to forget to remove them before adding. I think it'd better to ignore them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use *.patch files in projects where contribution is by mailing patches to a mailing list. But I personally don't use them much in push-based projects like those on GitHub. If you generate *.patch files as part of your personal workflow with this project, I think you should add a local ignore rule (gitignore(5) gives $HOME/.config/git/ignore and $GIT_DIR/info/exclude as possible locations). But if rules in the committed .gitignore are based on workflow idiosyncrasies, it becomes hard to maintain them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine, updated
Signed-off-by: Ma Shimiao <[email protected]>
99c37e8 to
1434e4c
Compare
|
1434e4c looks good to me. |
|
@cyphar btw PullApprove should catch your LGTMs moving forward, it was a misconfiguration on my end |
|
@opencontainers/image-tools-maintainers PTAL |
Signed-off-by: Ma Shimiao [email protected]