summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-13 17:36:07 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-13 17:36:07 (GMT)
commitb6705ac59cb3d0f23c95bbf783a954ad653eee24 (patch)
tree39901d668341e313bbdb0256abbd47f2d1145493 /.hgignore
parent2c4798b1fdb10f46488c35f9b8da7f505b711a84 (diff)
downloadcpython-b6705ac59cb3d0f23c95bbf783a954ad653eee24.zip
cpython-b6705ac59cb3d0f23c95bbf783a954ad653eee24.tar.gz
cpython-b6705ac59cb3d0f23c95bbf783a954ad653eee24.tar.bz2
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)
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore30
1 files changed, 15 insertions, 15 deletions
diff --git a/.hgignore b/.hgignore
index 1980c7b..0adf88e 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,36 +1,36 @@
.gdb_history
.purify
-.svn
+.svn/
Makefile$
Makefile.pre$
-TAGS
-autom4te.cache
-build
-buildno
+TAGS$
+autom4te.cache$
+build/
+buildno$
config.cache
config.log
config.status
config.status.lineno
db_home
-platform
-pyconfig.h
-python
-python.exe
-reflog.txt
-tags
+platform$
+pyconfig.h$
+python$
+python.exe$
+reflog.txt$
+tags$
Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/
Doc/tools/docutils/
Doc/tools/jinja/
Doc/tools/pygments/
Misc/python.pc
-Modules/Setup
+Modules/Setup$
Modules/Setup.config
Modules/Setup.local
Modules/config.c
-Parser/pgen
-core
-python-gdb.py
+Parser/pgen$
+^core
+^python-gdb.py
syntax: glob
libpython*.a