Commit 764d75f3 authored by Michael Foord's avatar Michael Foord

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

parent 4c9e91a0
...@@ -36,6 +36,7 @@ Parser/pgen.stamp$ ...@@ -36,6 +36,7 @@ Parser/pgen.stamp$
^python-gdb.py ^python-gdb.py
syntax: glob syntax: glob
python.exe-gdb.py
libpython*.a libpython*.a
*.swp *.swp
*.o *.o
...@@ -48,6 +49,7 @@ libpython*.a ...@@ -48,6 +49,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,7 +5,8 @@ ...@@ -5,7 +5,8 @@
################################################################## ##################################################################
[project attributes] [project attributes]
proj.directory-list = [{'dirloc': loc('..'), proj.directory-list = [{'dirloc': loc('..'),
'excludes': [u'Lib/__pycache__', 'excludes': [u'.hg',
u'Lib/__pycache__',
u'Doc/build', u'Doc/build',
u'build'], u'build'],
'filter': '*', 'filter': '*',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment