diff options
author | Simon Frei <freisim93@gmail.com> | 2017-08-09 09:05:22 +0000 |
---|---|---|
committer | Jakob Borg <jakob@kastelo.net> | 2017-08-09 09:05:22 +0000 |
commit | 51f05de5ef0d3fe388b853cfff023d797948b881 (patch) | |
tree | a8a67582569d2de453b51f2e20bdd9bfbf2c19af /users/ignoring.rst | |
parent | 175d100b81fc2a13e71db6a3e6526c4bca2bd2e9 (diff) | |
download | syncthing-docs-51f05de5ef0d3fe388b853cfff023d797948b881.zip |
users/ignore: Explicitly state how prefixes are to be combined.
Prompted by this forum post:
https://forum.syncthing.net/t/how-to-combine-ignore-and-delete-patterns/10330
GitHub-Pull-Request: https://github.com/syncthing/docs/pull/334
Diffstat (limited to 'users/ignoring.rst')
-rw-r--r-- | users/ignoring.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/users/ignoring.rst b/users/ignoring.rst index afc66cc..2a8ebc1 100644 --- a/users/ignoring.rst +++ b/users/ignoring.rst @@ -1,3 +1,5 @@ +.. role:: strike + .. _ignoring-files: Ignoring Files @@ -82,7 +84,8 @@ The ``.stignore`` file contains a list of file or path patterns. The .. note:: - Prefixes can be specified in any order. + Prefixes can be specified in any order (e.g. "(?d)(?i)"), but cannot be in a + single pair of parentheses (not ":strike:`(?di)`"). Example ------- |