Skip to content

Commit 92ecb87

Browse files
author
guido@google.com
committed
Adding .hgignore (copied from default branch).
1 parent db3080e commit 92ecb87

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

.hgignore

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
.gdb_history
2+
.purify
3+
.svn/
4+
Makefile$
5+
Makefile.pre$
6+
TAGS$
7+
autom4te.cache$
8+
build/
9+
buildno$
10+
config.cache
11+
config.log
12+
config.status
13+
config.status.lineno
14+
db_home
15+
platform$
16+
pyconfig.h$
17+
python$
18+
python.exe$
19+
reflog.txt$
20+
tags$
21+
Lib/plat-mac/errors.rsrc.df.rsrc
22+
Doc/tools/sphinx/
23+
Doc/tools/docutils/
24+
Doc/tools/jinja/
25+
Doc/tools/jinja2/
26+
Doc/tools/pygments/
27+
Misc/python.pc
28+
Modules/Setup$
29+
Modules/Setup.config
30+
Modules/Setup.local
31+
Modules/config.c
32+
Modules/ld_so_aix$
33+
Parser/pgen$
34+
Parser/pgen.stamp$
35+
^core
36+
^python-gdb.py
37+
^python.exe-gdb.py
38+
^pybuilddir.txt
39+
40+
syntax: glob
41+
libpython*.a
42+
*.swp
43+
*.o
44+
*.pyc
45+
*.pyo
46+
*.pyd
47+
*.cover
48+
*.orig
49+
*.rej
50+
*~
51+
Lib/lib2to3/*.pickle
52+
Lib/test/data/*
53+
Misc/*.wpu
54+
PC/python_nt*.h
55+
PC/pythonnt_rc*.h
56+
PC/*.obj
57+
PCbuild/*.exe
58+
PCbuild/*.dll
59+
PCbuild/*.pdb
60+
PCbuild/*.lib
61+
PCbuild/*.exp
62+
PCbuild/*.o
63+
PCbuild/*.ncb
64+
PCbuild/*.bsc
65+
PCbuild/Win32-temp-*
66+
__pycache__

0 commit comments

Comments
 (0)