dont filter on root prefix. (#22)
for example, if user does `import-tree ./_foo`,
explicitly asking to traverse `./_foo`, then results must be
`./_foo/bar.nix` but not `./_foo/_baz.nix`.
that is, filtering occurs only on after-root paths.
authored by
oeiuwq.com
and committed by