-
Notifications
You must be signed in to change notification settings - Fork 37
Fix: Update .gitignore to include additional build and release artifacts #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Update .gitignore to include additional build and release artifacts #321
Conversation
-- Added entries for release, obj-x86_64-linux-gnu, and various debian-related files to the .gitignore to prevent unnecessary files from being tracked in the repository. Log: Update .gitignore to include additional build and release artifacts Bug: no
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR enhances the repository’s .gitignore by adding patterns to exclude additional build directories and Debian package artifacts, preventing unnecessary files from being tracked. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
deepin pr auto review我来帮你审查这个 .gitignore 文件的修改:
改进建议:
总的来说,这个修改是合理的,新增的规则都是应该被忽略的构建和打包相关文件。建议的主要改进是增加注释以提高可读性,以及考虑使用更通用的规则来覆盖类似的文件。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: GongHeng2017, lzwind The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/merge |
|
/merge |
|
This pr cannot be merged! (status: unknown) |
-- Added entries for release, obj-x86_64-linux-gnu, and various debian-related files to the .gitignore to prevent unnecessary files from being tracked in the repository.
Log: Update .gitignore to include additional build and release artifacts
Bug: no
Summary by Sourcery
Extend .gitignore to exclude additional build outputs and Debian packaging artifacts.
Chores: