[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset df935b5f0bcc40522c7aac1e844aa176cd8bbdef by Zachary Ware in branch '3.8': [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900) https://github.com/python/cpython/commit/df935b5f0bcc40522c7aac1e844aa17

[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: Ok, now it's done :) Thanks, Greg. -- stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker ___

[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +15541 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/15900 ___ Python tracker ___

[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 455122a0094c8cfdf7e062eccc5e5b5885c75e8b by Zachary Ware (Greg Price) in branch 'master': bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) https://github.com/python/cpython/commit/455122a0094c8cfdf7e062eccc5e5b58

[issue37936] gitignore file is too broad

2019-09-10 Thread Greg Price
Greg Price added the comment: Thanks @zach.ware for the review and merge of GH-15451! That was the "minimal" fix, fixing rules that apply to files we have in the repo now. So `rg` will no longer ignore `PC/pyconfig.h`. :-) I've just sent GH-15823 with the "more thorough" fix on top of that,

[issue37936] gitignore file is too broad

2019-09-10 Thread Greg Price
Change by Greg Price : -- pull_requests: +15472 pull_request: https://github.com/python/cpython/pull/15823 ___ Python tracker ___ __

[issue37936] gitignore file is too broad

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 9ae9ac1061c76d637ebe9c1d6c6c802311d6ddba by Zachary Ware (Miss Islington (bot)) in branch '3.7': bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) (GH-15748) https://github.com/python/cpython/commit/9ae9ac1061c76d637ebe9c1d6c6c

[issue37936] gitignore file is too broad

2019-09-09 Thread miss-islington
miss-islington added the comment: New changeset c837ad408e85eed9d20ba8331751df15e14f6aef by Miss Islington (bot) in branch '3.8': bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) https://github.com/python/cpython/commit/c837ad408e85eed9d20ba8331751df15e14f6aef -

[issue37936] gitignore file is too broad

2019-09-09 Thread Benjamin Peterson
Change by Benjamin Peterson : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37936] gitignore file is too broad

2019-09-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +15401 pull_request: https://github.com/python/cpython/pull/15747 ___ Python tracker ___ __

[issue37936] gitignore file is too broad

2019-09-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +15402 pull_request: https://github.com/python/cpython/pull/15748 ___ Python tracker ___ __

[issue37936] gitignore file is too broad

2019-09-09 Thread miss-islington
miss-islington added the comment: New changeset 5e5e9515029f70836003a8cfb30433166fcc8db7 by Miss Islington (bot) (Greg Price) in branch 'master': bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) https://github.com/python/cpython/commit/5e5e9515029f70836003a8cfb30433166fcc

[issue37936] gitignore file is too broad

2019-08-27 Thread miss-islington
miss-islington added the comment: New changeset 2f0440e6dba248ff1e2b46c063adfd8fcb923a34 by Miss Islington (bot) in branch '3.7': bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542) https://github.com/python/cpython/commit/2f0440e6dba248ff1e2b46c063adfd8fcb923a34

[issue37936] gitignore file is too broad

2019-08-27 Thread miss-islington
miss-islington added the comment: New changeset caf7a30efecef21def997ab214dc6c1604d90a84 by Miss Islington (bot) in branch '3.8': bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542) https://github.com/python/cpython/commit/caf7a30efecef21def997ab214dc6c1604d90a84

[issue37936] gitignore file is too broad

2019-08-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +15228 pull_request: https://github.com/python/cpython/pull/15553 ___ Python tracker ___ __

[issue37936] gitignore file is too broad

2019-08-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +15227 pull_request: https://github.com/python/cpython/pull/15552 ___ Python tracker ___ __

[issue37936] gitignore file is too broad

2019-08-27 Thread miss-islington
miss-islington added the comment: New changeset 8c9e9b0cd5b24dfbf1424d1f253d02de80e8f5ef by Miss Islington (bot) (Greg Price) in branch 'master': bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542) https://github.com/python/cpython/commit/8c9e9b0cd5b24dfbf1424d1f253

[issue37936] gitignore file is too broad

2019-08-26 Thread Greg Price
Greg Price added the comment: > I have a minimal fix which takes care of all the files above. I'll post that > shortly, and I may also write up a more thorough fix that tries to make it > easy not to fall into the same Git pitfall again. Both now done. * GH-15451 is that minimal fix. * Just

[issue37936] gitignore file is too broad

2019-08-26 Thread Greg Price
Change by Greg Price : -- pull_requests: +15219 pull_request: https://github.com/python/cpython/pull/15542 ___ Python tracker ___ __

[issue37936] gitignore file is too broad

2019-08-26 Thread Brett Cannon
Change by Brett Cannon : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue37936] gitignore file is too broad

2019-08-24 Thread Greg Price
Change by Greg Price : -- keywords: +patch pull_requests: +15143 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15451 ___ Python tracker ___ _

[issue37936] gitignore file is too broad

2019-08-24 Thread Greg Price
New submission from Greg Price : There are a number of files that we track in the repo, but are nevertheless covered by `.gitignore`. This *mostly* doesn't change anything, because Git itself only cares what `.gitignore` has to say about files that aren't already tracked. But: * It affects