Windows does not support escaping (ref #2822)
This commit is contained in:
@@ -42,6 +42,8 @@ The ``.stignore`` file contains a list of file or path patterns. The
|
|||||||
separator. ``te??st`` matches ``tebest`` but not ``teb/st`` or
|
separator. ``te??st`` matches ``tebest`` but not ``teb/st`` or
|
||||||
``test``.
|
``test``.
|
||||||
|
|
||||||
|
- Characters enclosed in square brackets ``[]`` are interpreted as a character range ``[a-z]``. Before using this syntax you should have a basic understanding of regular expression character classes.
|
||||||
|
|
||||||
- A pattern beginning with ``/`` matches in the current directory only.
|
- A pattern beginning with ``/`` matches in the current directory only.
|
||||||
``/foo`` matches ``foo`` but not ``subdir/foo``.
|
``/foo`` matches ``foo`` but not ``subdir/foo``.
|
||||||
|
|
||||||
@@ -69,6 +71,8 @@ The ``.stignore`` file contains a list of file or path patterns. The
|
|||||||
|
|
||||||
- A line beginning with ``//`` is a comment and has no effect.
|
- A line beginning with ``//`` is a comment and has no effect.
|
||||||
|
|
||||||
|
- Windows does not support escaping ``\[foo - bar\]``.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user