mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-09-02 13:23:51 -07:00
This was probably a transcription error when moving the ignore matcher code out of ripgrep core. Specifically, the override glob matcher should not ignore directories if they don't match. Fixes #206