Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py.

This commit is contained in:
Michael Foord 2011-03-16 22:28:08 -04:00
parent 4c9e91a092
commit 764d75f325
2 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,7 @@ Parser/pgen.stamp$
^python-gdb.py
syntax: glob
python.exe-gdb.py
libpython*.a
*.swp
*.o
@ -48,6 +49,7 @@ libpython*.a
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
Misc/*.wpu
PC/python_nt*.h
PC/pythonnt_rc*.h
PC/*.obj

View File

@ -5,7 +5,8 @@
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
'excludes': [u'Lib/__pycache__',
'excludes': [u'.hg',
u'Lib/__pycache__',
u'Doc/build',
u'build'],
'filter': '*',