Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b82f99

Browse files
committed
Merged revisions 80060 via svnmerge from
svn+ssh://[email protected]/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) ........
1 parent f140718 commit 9b82f99

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.hgignore

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
.gdb_history
22
.purify
3-
.svn
3+
.svn/
44
Makefile$
55
Makefile.pre$
6-
TAGS
7-
autom4te.cache
8-
build
9-
buildno
6+
TAGS$
7+
autom4te.cache$
8+
build/
9+
buildno$
1010
config.cache
1111
config.log
1212
config.status
1313
config.status.lineno
1414
db_home
15-
platform
16-
pyconfig.h
17-
python
18-
python.exe
19-
reflog.txt
20-
tags
15+
platform$
16+
pyconfig.h$
17+
python$
18+
python.exe$
19+
reflog.txt$
20+
tags$
2121
Lib/plat-mac/errors.rsrc.df.rsrc
2222
Doc/tools/sphinx/
2323
Doc/tools/docutils/
2424
Doc/tools/jinja/
2525
Doc/tools/jinja2/
2626
Doc/tools/pygments/
2727
Misc/python.pc
28-
Modules/Setup
28+
Modules/Setup$
2929
Modules/Setup.config
3030
Modules/Setup.local
3131
Modules/config.c
32-
Parser/pgen
33-
core
34-
python-gdb.py
32+
Parser/pgen$
33+
^core
34+
^python-gdb.py
3535

3636
syntax: glob
3737
libpython*.a

0 commit comments

Comments
 (0)