mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Wing project file update for mercurial
This commit is contained in:
parent
29dcaad6eb
commit
c867239a31
2 changed files with 6 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue