Closed autarch closed 1 year ago
This would allow doing things like excluding a directory except for one file in it. The ignore crate already supports this, I just need to use it in the Matcher instead of just using a GlobSet.
ignore
Matcher
GlobSet
Done in v0.4.0
This would allow doing things like excluding a directory except for one file in it. The
ignore
crate already supports this, I just need to use it in theMatcher
instead of just using aGlobSet
.