diff options
author | Michael Foord <michael@python.org> | 2011-03-17 02:28:08 (GMT) |
---|---|---|
committer | Michael Foord <michael@python.org> | 2011-03-17 02:28:08 (GMT) |
commit | 764d75f325f2bb880fac579e136af2e65121a331 (patch) | |
tree | 277ae9038224d0e139864abd9645b6ba63a6c952 /.hgignore | |
parent | 4c9e91a092f55a669b83255ce18bad0c7daa0b31 (diff) | |
download | cpython-764d75f325f2bb880fac579e136af2e65121a331.zip cpython-764d75f325f2bb880fac579e136af2e65121a331.tar.gz cpython-764d75f325f2bb880fac579e136af2e65121a331.tar.bz2 |
Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |