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

syntax: glob
libpython*.a
45
libpython*.so*
46
*.swp
47 48 49 50 51 52
*.o
*.pyc
*.pyo
*.pyd
*.cover
*~
53 54 55
*.gc??
*.profclang?
*.profraw
56
Lib/distutils/command/*.pdb
57
Lib/lib2to3/*.pickle
58
Lib/test/data/*
59
Misc/*.wpu
60 61
PC/python_nt*.h
PC/pythonnt_rc*.h
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
PCbuild/*.user
PCbuild/*.suo
76
PCbuild/*.*sdf
77 78
PCbuild/*-pgi
PCbuild/*-pgo
79
PCbuild/.vs
80
PCbuild/amd64
81 82
PCbuild/obj
PCbuild/win32
83 84
Tools/unicode/build/
Tools/unicode/MAPPINGS/
85
BuildLog.htm
Barry Warsaw's avatar
Barry Warsaw committed
86
__pycache__
87 88
Programs/_freeze_importlib
Programs/_testembed
89 90
.coverage
coverage/
91
externals/
92
htmlcov/
93 94 95 96
*.gcda
*.gcno
*.gcov
coverage.info
97
Tools/msi/obj
98 99
Tools/ssl/amd64
Tools/ssl/win32