exa/xtests
Ben S 95596297a9 Basic glob ignoring
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.
2016-10-30 14:43:33 +00:00
..
2016-10-30 14:43:33 +00:00
2016-10-29 19:58:34 +01:00
2016-10-29 19:58:34 +01:00
2016-10-29 19:58:34 +01:00
2016-10-30 14:43:33 +00:00

Extra tests

These extra tests are intended to be run from a Vagrant VM that has already had its environment set up -- see the section in the README for more details.