diff options
author | Michael Foord <michael@python.org> | 2011-03-15 22:38:09 (GMT) |
---|---|---|
committer | Michael Foord <michael@python.org> | 2011-03-15 22:38:09 (GMT) |
commit | b2874b7a4c60e84aed4e89892185c7bea6796667 (patch) | |
tree | 9c4320c672ff6cf53867fdf649238fabf55007b8 /Misc | |
parent | 31f218bc6b22e2b360087323e79acef7c1c32537 (diff) | |
parent | c867239a3121a51102d99c9bc1dbdf30566b0cbe (diff) | |
download | cpython-b2874b7a4c60e84aed4e89892185c7bea6796667.zip cpython-b2874b7a4c60e84aed4e89892185c7bea6796667.tar.gz cpython-b2874b7a4c60e84aed4e89892185c7bea6796667.tar.bz2 |
Changes to Wing IDE project file. Merge of peepholer changesets that were applied separately.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-wing4.wpr | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr index 795b694..7adfdbd 100644 --- a/Misc/python-wing4.wpr +++ b/Misc/python-wing4.wpr @@ -5,11 +5,12 @@ ################################################################## [project attributes] proj.directory-list = [{'dirloc': loc('..'), - 'excludes': [u'Lib/unittest/test/__pycache__', - u'Lib/__pycache__', - u'Doc/build', + 'excludes': [u'.hg', u'Lib/unittest/__pycache__', - u'build'], + u'Lib/unittest/test/__pycache__', + u'Lib/__pycache__', + u'build', + u'Doc/build'], 'filter': '*', 'include_hidden': False, 'recursive': True, |