mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-11 02:01:58 -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