Gitignore Parser Versions Save

A spec-compliant gitignore parser for Python 3.5+

v0.1.11

3 months ago

Thank you @matthieumarrast for the PR!

v0.1.10

4 months ago

Thank you @ericwb for the PR!

v0.1.9

7 months ago

Thank you @ruancomelli for the PR.

v0.1.8

7 months ago

Thank you @jherland!

  • Fix lack of implicit anchoring of patterns to directory separators (#58)
  • Fix multi-asterisks that fall outside of the special cases (#57)
  • Fix "a/**/b" matching "a/bb" (#56)

v0.1.5

9 months ago

Thank you @ruancomelli for the PR!

v0.1.4

10 months ago

Fixes #45. Thank you @PidgeyBE for the PR!

v0.1.3

1 year ago

The following warning appeared and is now fixed:

gitignore_parser.py:143: DeprecationWarning: Flags not at the start of the expression '^(?ms)foo$'

Thank you @JulienPalard for the PR!

v0.1.2

1 year ago

Thank you @szczeles for the PR!