Update ignoring.rst

This commit is contained in:
simplypeachy
2015-09-02 22:06:33 +01:00
parent 54d0e2201e
commit d75c5cae25
+1 -1
View File
@@ -44,7 +44,7 @@ The ``.stignore`` file contains a list of file or path patterns. The
``/foo`` matches ``foo`` but not ``subdir/foo``. ``/foo`` matches ``foo`` but not ``subdir/foo``.
- A pattern beginning with ``#include`` results in loading patterns - A pattern beginning with ``#include`` results in loading patterns
from the named file which must reside in the repository. It is an error for a file to not exist or be from the named file. It is an error for a file to not exist or be
included more than once. Note that while this can be used to include included more than once. Note that while this can be used to include
patterns from a file in a subdirectory, the patterns themselves are patterns from a file in a subdirectory, the patterns themselves are
still relative to the repository *root*. Example: still relative to the repository *root*. Example: