Merge pull request #45 from simplypeachy/patch-1

Update ignoring.rst
This commit is contained in:
Jakob Borg
2015-09-23 20:45:33 +02:00
+1 -1
View File
@@ -62,7 +62,7 @@ The ``.stignore`` file contains a list of file or path patterns. The
``(?i)`` prefix can be combined with other patterns, for example the
pattern ``(?i)!picture*.png`` indicates that ``Picture1.PNG`` should
be synchronized. Note that case-insensitive patterns must start with
``(?i)`` when combined with other flags.
``(?i)`` when combined with other flags. On Mac OS and Windows, patterns are always case-insensitive.
- A line beginning with ``//`` is a comment and has no effect.