diff options
Diffstat (limited to 'Misc/python-wing4.wpr')
-rw-r--r-- | Misc/python-wing4.wpr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr index cc2cf23..c3f1537 100644 --- a/Misc/python-wing4.wpr +++ b/Misc/python-wing4.wpr @@ -5,7 +5,9 @@ ################################################################## [project attributes] proj.directory-list = [{'dirloc': loc('..'), - 'excludes': [u'Lib/__pycache__'], + 'excludes': [u'Lib/__pycache__', + u'Doc/build', + u'build'], 'filter': '*', 'include_hidden': False, 'recursive': True, |