.hgignore 1.33 KB
Newer Older
1 2
.gdb_history
.purify
3
.svn/
4
^.idea/
5
^.vscode/
6
.DS_Store
7 8
Makefile$
Makefile.pre$
9 10
TAGS$
autom4te.cache$
11 12
^build/
^Doc/build/
13
^Doc/venv/
14
buildno$
15 16 17 18 19
config.cache
config.log
config.status
config.status.lineno
db_home
20 21 22
platform$
pyconfig.h$
python$
23
python.bat$
24
python.exe$
25 26
python-config$
python-config.py$
27 28
reflog.txt$
tags$
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
^lcov-report/
37 38
^core
^python-gdb.py
39
^python.exe-gdb.py
40
^pybuilddir.txt
41 42 43

syntax: glob
libpython*.a
44
libpython*.so*
45
libpython*.dylib
46
libpython*.dll
47
*.swp
48 49 50 51 52 53
*.o
*.pyc
*.pyo
*.pyd
*.cover
*~
54 55 56
*.gc??
*.profclang?
*.profraw
57
*.dyn
58
Include/pydtrace_probes.h
59
Lib/distutils/command/*.pdb
60
Lib/lib2to3/*.pickle
61
Lib/test/data/*
62
Misc/*.wpu
63 64
PC/python_nt*.h
PC/pythonnt_rc*.h
65
PC/*/*.exe
66 67 68 69
PC/*/*.exp
PC/*/*.lib
PC/*/*.bsc
PC/*/*.dll
70
PC/*/*.pdb
71 72 73
PC/*/*.user
PC/*/*.ncb
PC/*/*.suo
74 75 76
PC/*/Win32-temp-*
PC/*/x64-temp-*
PC/*/amd64
77 78
PCbuild/*.user
PCbuild/*.suo
79
PCbuild/*.*sdf
80 81
PCbuild/*-pgi
PCbuild/*-pgo
82
PCbuild/.vs
83
PCbuild/amd64
84 85
PCbuild/obj
PCbuild/win32
86 87
Tools/unicode/build/
Tools/unicode/MAPPINGS/
88
BuildLog.htm
Barry Warsaw's avatar
Barry Warsaw committed
89
__pycache__
90
Parser/pgen{,.exe}
91 92
Programs/_freeze_importlib{,.exe}
Programs/_testembed{,.exe}
93 94
.coverage
coverage/
95
externals/
96
htmlcov/
97 98 99
*.gcda
*.gcno
*.gcov
100
ipch/
101
coverage.info
102
Tools/msi/obj
103 104
Tools/ssl/amd64
Tools/ssl/win32
105 106
.vs/
.vscode/