Note that filters must use / not \ - #394

This commit is contained in:
Nick Craig-Wood 2016-03-19 17:40:54 +00:00
parent bd27473762
commit 0dc0052e93

View file

@ -37,6 +37,9 @@ If it doesn't start with `/` then it is matched starting at the
- doesn't match "afile.jpg"
- doesn't match "directory/file.jpg"
**Important** Note that you must use `/` in patterns and not `\` even
if running on Windows.
A `*` matches anything but not a `/`.
*.jpg - matches "file.jpg"