From d75c5cae256c6df00a4d37047b0062d169beaecb Mon Sep 17 00:00:00 2001 From: simplypeachy Date: Wed, 2 Sep 2015 22:06:33 +0100 Subject: [PATCH] Update ignoring.rst --- users/ignoring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/ignoring.rst b/users/ignoring.rst index 19e916fc7..e2c51431f 100644 --- a/users/ignoring.rst +++ b/users/ignoring.rst @@ -44,7 +44,7 @@ The ``.stignore`` file contains a list of file or path patterns. The ``/foo`` matches ``foo`` but not ``subdir/foo``. - 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 patterns from a file in a subdirectory, the patterns themselves are still relative to the repository *root*. Example: