Feature or enhancement
Proposal:
gh-118159 accidentally added Include/incl.tar with a full copy of Include. Since this addition fell through the cracks, we need to help both contributors and triagers by .gitignore-ing non-source files in the most edited directories:
- anything different from
*.h in Include
- anything different from
*.py in Lib (except Lib/test where code is bundled with test data)
Modules and Objects require more complex rules so I skipped them. However, it'll be great if anyone defines and adds them.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
gh-118159 accidentally added
Include/incl.tarwith a full copy ofInclude. Since this addition fell through the cracks, we need to help both contributors and triagers by.gitignore-ing non-source files in the most edited directories:*.hinInclude*.pyinLib(exceptLib/testwhere code is bundled with test data)ModulesandObjectsrequire more complex rules so I skipped them. However, it'll be great if anyone defines and adds them.Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs