mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-01-22 13:28:24 +00:00
c1e206669e
This commit gives IgnorePatterns a bunch of constructor methods that mean its option-parsing sister file doesn’t need to know that it’s a vec of glob patterns inside: it can work with anything that iterates over strings. Now, the options module doesn’t need to know about the glob crate.