Commit 9b82f990 authored by Antoine Pitrou's avatar Antoine Pitrou

Merged revisions 80060 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80060 | antoine.pitrou | 2010-04-13 19:36:07 +0200 (mar., 13 avril 2010) | 5 lines

  Fix overzealous patterns in .hgignore, which used to hide files containing e.g. "python".

  (also an occasional source of bugs on the hgsvn-generated hg mirrors)
........
parent f1407189
.gdb_history .gdb_history
.purify .purify
.svn .svn/
Makefile$ Makefile$
Makefile.pre$ Makefile.pre$
TAGS TAGS$
autom4te.cache autom4te.cache$
build build/
buildno buildno$
config.cache config.cache
config.log config.log
config.status config.status
config.status.lineno config.status.lineno
db_home db_home
platform platform$
pyconfig.h pyconfig.h$
python python$
python.exe python.exe$
reflog.txt reflog.txt$
tags tags$
Lib/plat-mac/errors.rsrc.df.rsrc Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/ Doc/tools/sphinx/
Doc/tools/docutils/ Doc/tools/docutils/
...@@ -25,13 +25,13 @@ Doc/tools/jinja/ ...@@ -25,13 +25,13 @@ Doc/tools/jinja/
Doc/tools/jinja2/ Doc/tools/jinja2/
Doc/tools/pygments/ Doc/tools/pygments/
Misc/python.pc Misc/python.pc
Modules/Setup Modules/Setup$
Modules/Setup.config Modules/Setup.config
Modules/Setup.local Modules/Setup.local
Modules/config.c Modules/config.c
Parser/pgen Parser/pgen$
core ^core
python-gdb.py ^python-gdb.py
syntax: glob syntax: glob
libpython*.a libpython*.a
......
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