Skip to content
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

Be more specific about the `.so` gitignore patterns #17328

Merged
merged 1 commit into from Nov 27, 2019
Merged

Conversation

@asottile
Copy link
Contributor

asottile commented Nov 21, 2019

In #15823 the pattern was changed from libpython*.so* to *.so* which
matches a bit too greedily for some packagers. For instance this trips up
debian/README.source. A more specific pattern fixes this issue.

In #15823 the pattern was changed from `libpython*.so*` to `*.so*` which
matches a bit too greedily for some packagers.  For instance this trips up
`debian/README.source`.  A more specific pattern fixes this issue.
@asottile

This comment has been minimized.

Copy link
Contributor Author

asottile commented Nov 21, 2019

Copy link
Contributor

eamanu left a comment

I don't know if separate the entry on .gitignore is a good idea.

*.so* work fine for *.so* files

@asottile

This comment has been minimized.

Copy link
Contributor Author

asottile commented Nov 23, 2019

I don't know if separate the entry on .gitignore is a good idea.

*.so* work fine for *.so* files

@eamanu please see the linked discussion -- thanks!

@zware
zware approved these changes Nov 27, 2019
@zware zware merged commit 1ef4c32 into python:master Nov 27, 2019
4 checks passed
4 checks passed
Azure Pipelines PR #20191121.53 succeeded
Details
bedevere/issue-number Issue report skipped
bedevere/news "skip news" label found
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Nov 27, 2019

Thanks @asottile for the PR, and @zware for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒🤖 I'm not a witch! I'm not a witch!

@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Nov 27, 2019

Sorry @asottile and @zware, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 1ef4c32c8d4f374adfea599f033fa61254bf951d 3.8

@asottile asottile deleted the asottile:patch-1 branch Nov 27, 2019
jacobneiltaylor added a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
In pythonGH-15823 the pattern was changed from `libpython*.so*` to `*.so*` which
matches a bit too greedily for some packagers.  For instance this trips up
`debian/README.source`.  A more specific pattern fixes this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants
You can’t perform that action at this time.