5.2.4
- 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 `\`