extern crate gitignore;
use env;
/// Traverses the directory trees from the current working directory downwards, listing all the
/// files that are _not_ excluded because of the .gitignore rules. The rules are also loaded from
/// the current working directory.