]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Changes for Wing Project file caused by mercurial transition. Plus ignoring python...
authorMichael Foord <michael@python.org>
Thu, 17 Mar 2011 02:28:08 +0000 (22:28 -0400)
committerMichael Foord <michael@python.org>
Thu, 17 Mar 2011 02:28:08 +0000 (22:28 -0400)
.hgignore
Misc/python-wing4.wpr

index 944bd134a541e332a45fe5588ac54c9ee3a23fed..f2fb2d6dfa672fd903617c020a7850101566ba06 100644 (file)
--- 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
index c3f1537cdc4300bf328083204efc3170d83bb529..4f8d2cc6aebab1cd62b6a043e7ad5ae61417d223 100644 (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': '*',