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

syntax: glob
libpython*.a
47
libpython*.so*
48
*.swp
49 50 51 52 53 54 55
*.o
*.pyc
*.pyo
*.pyd
*.cover
*~
Lib/lib2to3/*.pickle
56
Lib/test/data/*
57
Misc/*.wpu
58 59 60
PC/python_nt*.h
PC/pythonnt_rc*.h
PC/*.obj
61
PC/*.exe
62
PC/*/*.exe
63 64 65 66
PC/*/*.exp
PC/*/*.lib
PC/*/*.bsc
PC/*/*.dll
67
PC/*/*.pdb
68 69 70
PC/*/*.user
PC/*/*.ncb
PC/*/*.suo
71 72 73
PC/*/Win32-temp-*
PC/*/x64-temp-*
PC/*/amd64
74 75 76 77 78 79 80 81
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
82 83
PCbuild/*.user
PCbuild/*.suo
84
PCbuild/*.*sdf
85
PCbuild/Win32-temp-*
86
PCbuild/x64-temp-*
87
PCbuild/amd64
88
BuildLog.htm
Barry Warsaw's avatar
Barry Warsaw committed
89
__pycache__
90
Modules/_freeze_importlib
91
Modules/_testembed
92 93 94
.coverage
coverage/
htmlcov/
95 96 97 98
*.gcda
*.gcno
*.gcov
coverage.info