summaryrefslogtreecommitdiff
path: root/examples/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pylintrc')
-rw-r--r--examples/pylintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 0bfe95939..07e870b58 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -22,7 +22,9 @@ ignore=CVS
ignore-patterns=
# Add files or directories matching the regex patterns to the ignore-list.
-# The regex matches against paths.
+# The regex matches against paths. NOTE: Because "\" represents the directory
+# delimiter on Windows systems it can't be used as the escape character
+# in these regular expressions.
ignore-paths=
# Python code to execute, usually for sys.path manipulation such as