diff options
Diffstat (limited to 'doc/source.rst')
| -rw-r--r-- | doc/source.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source.rst b/doc/source.rst index 3f0a1566..8700bcb7 100644 --- a/doc/source.rst +++ b/doc/source.rst @@ -43,9 +43,8 @@ the set. The ``include`` and ``omit`` filename patterns follow typical shell syntax: ``*`` matches any number of characters and ``?`` matches a single character. -The full semantics are specified in the `fnmatch docs`_. - -.. _fnmatch docs: http://docs.python.org/library/fnmatch.html +Patterns that start with a wildcard character are used as-is, other patterns +are interpreted relative to the current directory. The ``source``, ``include``, and ``omit`` values all work together to determine the source that will be measured. |
