.hgignore 909 Bytes
Newer Older
1 2
.gdb_history
.purify
3
.svn/
4 5
Makefile$
Makefile.pre$
6 7 8 9
TAGS$
autom4te.cache$
build/
buildno$
10 11 12 13 14
config.cache
config.log
config.status
config.status.lineno
db_home
15 16 17 18 19 20
platform$
pyconfig.h$
python$
python.exe$
reflog.txt$
tags$
21 22 23 24
Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/
Doc/tools/docutils/
Doc/tools/jinja/
25
Doc/tools/jinja2/
26
Doc/tools/pygments/
27
Misc/python.pc
28
Modules/Setup$
29 30 31
Modules/Setup.config
Modules/Setup.local
Modules/config.c
32
Modules/ld_so_aix$
33
Parser/pgen$
34
Parser/pgen.stamp$
35 36
^core
^python-gdb.py
37
^python.exe-gdb.py
38
^pybuilddir.txt
39 40 41

syntax: glob
libpython*.a
42
libpython*.so*
43
*.swp
44 45 46 47 48 49 50
*.o
*.pyc
*.pyo
*.pyd
*.cover
*~
Lib/lib2to3/*.pickle
51
Lib/test/data/*
52
Misc/*.wpu
53 54 55
PC/python_nt*.h
PC/pythonnt_rc*.h
PC/*.obj
56
PC/*.exe
57 58 59 60 61 62 63 64
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
65
PCbuild/Win32-temp-*
Barry Warsaw's avatar
Barry Warsaw committed
66
__pycache__
67
Modules/_testembed
68 69 70
.coverage
coverage/
htmlcov/