Skip to content

Commit

Permalink
Merge pull request #16 from vendethiel/patch-1
Browse files Browse the repository at this point in the history
Document `exclude`
  • Loading branch information
Tadeusz Sośnierz committed Nov 23, 2015
2 parents b1a7dca + d85150d commit d3e2be7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ pattern will be returned. Any other type of argument passed here will
just be smartmatched against the path (which is exactly what happens to
regexes passed, by the way).

**exclude**

Specify a regex (or any other smartmatchable type) to exclude files / directories from the search.

**type**

Given a type, `find()` will only return files being the given type.
Expand Down

0 comments on commit d3e2be7

Please sign in to comment.