mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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)
This commit is contained in:
parent
2c4798b1fd
commit
b6705ac59c
1 changed files with 15 additions and 15 deletions
30
.hgignore
30
.hgignore
|
@ -1,36 +1,36 @@
|
||||||
.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/
|
||||||
Doc/tools/jinja/
|
Doc/tools/jinja/
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue