From 764d75f325f2bb880fac579e136af2e65121a331 Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Wed, 16 Mar 2011 22:28:08 -0400 Subject: [PATCH] Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py. --- .hgignore | 2 ++ Misc/python-wing4.wpr | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 944bd134a54..f2fb2d6dfa6 100644 --- a/.hgignore +++ b/.hgignore @@ -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 diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr index c3f1537cdc4..4f8d2cc6aeb 100644 --- a/Misc/python-wing4.wpr +++ b/Misc/python-wing4.wpr @@ -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': '*',