diff options
author | Michael Foord <michael@python.org> | 2011-03-15 22:19:58 (GMT) |
---|---|---|
committer | Michael Foord <michael@python.org> | 2011-03-15 22:19:58 (GMT) |
commit | c867239a3121a51102d99c9bc1dbdf30566b0cbe (patch) | |
tree | ba814674a0e215dfd78e14b912f39166f9f31b97 /Misc | |
parent | 29dcaad6eb47d27fc2d450ae6d81cdf1d740be38 (diff) | |
download | cpython-c867239a3121a51102d99c9bc1dbdf30566b0cbe.zip cpython-c867239a3121a51102d99c9bc1dbdf30566b0cbe.tar.gz cpython-c867239a3121a51102d99c9bc1dbdf30566b0cbe.tar.bz2 |
Wing project file update for mercurial
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, |