issue 1544: norecursedirs build & dist dirs

This commit is contained in:
TomV
2016-05-23 09:48:25 +01:00
parent 0f7aeafe7c
commit d6dfb1a393
4 changed files with 11 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ Builtin configuration file options
[seq] matches any character in seq
[!seq] matches any char not in seq
Default patterns are ``'.*', 'CVS', '_darcs', '{arch}', '*.egg'``.
Default patterns are ``'.*', 'build', 'dist', 'CVS', '_darcs', '{arch}', '*.egg'``.
Setting a ``norecursedirs`` replaces the default. Here is an example of
how to avoid certain directories: