Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be more specific about the
.so
gitignore patterns (GH-17328)
In GH-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.
- Loading branch information