• B
    Basic glob ignoring · 95596297
    Ben S 提交于
    See #97 and recently #130 too.
    
    This allows the user to pass in options such as "--ignore '*.pyc'" to not list any files ending in '.pyc' in the output. It uses the Rust glob crate and currently does a simple split on pipe, without any escaping, so it’s not really *complete*, but is at least something.
    95596297
run.sh 2.3 KB