mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-12-04 14:00:13 +02:00
This commit makes handling of patterns containing a `/` match actual git behaviour and the specification written in `man gitignore`. Fixes #761