[Python-checkins] cpython (2.7): Add some more ignores from default.

georg.brandl python-checkins at python.org
Sun Mar 6 10:42:29 CET 2011


http://hg.python.org/cpython/rev/c1098e14ac0c
changeset:   68280:c1098e14ac0c
branch:      2.7
parent:      68272:2e4468841c4c
user:        Georg Brandl <georg at python.org>
date:        Sun Mar 06 10:41:54 2011 +0100
summary:
  Add some more ignores from default.

files:
  .hgignore

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -29,12 +29,15 @@
 Modules/Setup.config
 Modules/Setup.local
 Modules/config.c
+Modules/ld_so_aix$
 Parser/pgen$
+Parser/pgen.stamp$
 ^core
 ^python-gdb.py
 
 syntax: glob
 libpython*.a
+*.swp
 *.o
 *.pyc
 *.pyo

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list