Skip to content

5.2.4

Compare
Choose a tag to compare
@kaelzhang kaelzhang released this 19 Dec 16:12
· 20 commits to master since this release
  • PATCH fixes normal single asterisk and normal consecutive asterisks defined in gitignore spec (#57)
  • PATCH invalid trailing backslash will not throw unexpectedly

An upgrade is recommended for all dependents


The following rules could be not properly parsed with previous ignore versions

**foo
*bar
qu*ux
abc\   # `ignore` would throw if no whitespace after `\`