mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +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
|
|
@ -50,6 +50,7 @@ libpython*.a
|
||||||
*~
|
*~
|
||||||
Lib/lib2to3/*.pickle
|
Lib/lib2to3/*.pickle
|
||||||
Lib/test/data/*
|
Lib/test/data/*
|
||||||
|
Misc/*.wpu
|
||||||
PC/python_nt*.h
|
PC/python_nt*.h
|
||||||
PC/pythonnt_rc*.h
|
PC/pythonnt_rc*.h
|
||||||
PC/*.obj
|
PC/*.obj
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,12 @@
|
||||||
##################################################################
|
##################################################################
|
||||||
[project attributes]
|
[project attributes]
|
||||||
proj.directory-list = [{'dirloc': loc('..'),
|
proj.directory-list = [{'dirloc': loc('..'),
|
||||||
'excludes': [u'Lib/unittest/test/__pycache__',
|
'excludes': [u'.hg',
|
||||||
u'Lib/__pycache__',
|
|
||||||
u'Doc/build',
|
|
||||||
u'Lib/unittest/__pycache__',
|
u'Lib/unittest/__pycache__',
|
||||||
u'build'],
|
u'Lib/unittest/test/__pycache__',
|
||||||
|
u'Lib/__pycache__',
|
||||||
|
u'build',
|
||||||
|
u'Doc/build'],
|
||||||
'filter': '*',
|
'filter': '*',
|
||||||
'include_hidden': False,
|
'include_hidden': False,
|
||||||
'recursive': True,
|
'recursive': True,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue