2017-12-19 20:58:49 +08:00
|
|
|
# added for local development
|
|
|
|
.buildaix/
|
|
|
|
Modules/python.exp
|
|
|
|
buildaix/
|
|
|
|
installp/
|
|
|
|
.gitignore
|
|
|
|
|
2015-04-23 05:54:44 +08:00
|
|
|
# Two-trick pony for OSX and other case insensitive file systems:
|
|
|
|
# Ignore ./python binary on Unix but still look into ./Python/ directory.
|
|
|
|
/python
|
2016-09-06 01:12:03 +08:00
|
|
|
!/Python/
|
2010-12-18 06:24:30 +08:00
|
|
|
*.cover
|
2017-05-24 23:57:37 +08:00
|
|
|
*.iml
|
2010-12-18 06:24:30 +08:00
|
|
|
*.o
|
|
|
|
*.orig
|
|
|
|
*.pyc
|
|
|
|
*.pyd
|
|
|
|
*.pyo
|
|
|
|
*.rej
|
2012-05-23 01:48:16 +08:00
|
|
|
*.swp
|
2010-12-18 06:24:30 +08:00
|
|
|
*~
|
2015-09-19 06:13:44 +08:00
|
|
|
*.gc??
|
|
|
|
*.profclang?
|
|
|
|
*.profraw
|
2015-12-22 02:09:17 +08:00
|
|
|
*.dyn
|
2012-05-23 01:48:16 +08:00
|
|
|
.gdb_history
|
2010-10-26 01:37:18 +08:00
|
|
|
Doc/build/
|
2014-12-06 04:17:31 +08:00
|
|
|
Doc/venv/
|
2017-09-08 08:17:53 +08:00
|
|
|
Doc/.venv/
|
|
|
|
Doc/env/
|
|
|
|
Doc/.env/
|
2017-03-10 21:29:43 +08:00
|
|
|
Include/pydtrace_probes.h
|
2014-11-23 04:54:57 +08:00
|
|
|
Lib/distutils/command/*.pdb
|
2010-12-18 06:24:30 +08:00
|
|
|
Lib/lib2to3/*.pickle
|
2013-06-21 19:44:50 +08:00
|
|
|
Lib/test/data/*
|
2010-10-26 01:37:18 +08:00
|
|
|
Makefile
|
|
|
|
Makefile.pre
|
|
|
|
Misc/python.pc
|
2019-05-23 09:30:23 +08:00
|
|
|
Misc/python-embed.pc
|
2013-02-23 22:35:42 +08:00
|
|
|
Misc/python-config.sh
|
2010-10-26 01:37:18 +08:00
|
|
|
Modules/Setup
|
|
|
|
Modules/Setup.config
|
|
|
|
Modules/Setup.local
|
|
|
|
Modules/config.c
|
2010-12-18 06:24:30 +08:00
|
|
|
Modules/ld_so_aix
|
2014-07-25 19:52:14 +08:00
|
|
|
Programs/_freeze_importlib
|
2016-10-02 06:00:51 +08:00
|
|
|
Programs/_freeze_importlib.exe
|
2014-07-25 19:52:14 +08:00
|
|
|
Programs/_testembed
|
2016-10-02 06:00:51 +08:00
|
|
|
Programs/_testembed.exe
|
2014-10-11 12:42:59 +08:00
|
|
|
PC/python_nt*.h
|
|
|
|
PC/pythonnt_rc*.h
|
2014-11-23 04:54:57 +08:00
|
|
|
PC/*/*.exe
|
|
|
|
PC/*/*.exp
|
|
|
|
PC/*/*.lib
|
|
|
|
PC/*/*.bsc
|
|
|
|
PC/*/*.dll
|
|
|
|
PC/*/*.pdb
|
|
|
|
PC/*/*.user
|
|
|
|
PC/*/*.ncb
|
|
|
|
PC/*/*.suo
|
|
|
|
PC/*/Win32-temp-*
|
|
|
|
PC/*/x64-temp-*
|
|
|
|
PC/*/amd64
|
2014-10-11 12:42:59 +08:00
|
|
|
PCbuild/*.user
|
|
|
|
PCbuild/*.suo
|
|
|
|
PCbuild/*.*sdf
|
|
|
|
PCbuild/*-pgi
|
|
|
|
PCbuild/*-pgo
|
2017-04-21 07:32:26 +08:00
|
|
|
PCbuild/*.VC.db
|
|
|
|
PCbuild/*.VC.opendb
|
2015-05-17 11:45:27 +08:00
|
|
|
PCbuild/.vs/
|
2012-05-23 01:48:16 +08:00
|
|
|
PCbuild/amd64/
|
2019-02-15 00:31:30 +08:00
|
|
|
PCbuild/arm32/
|
2019-05-18 01:07:24 +08:00
|
|
|
PCbuild/arm64/
|
2015-05-17 11:45:27 +08:00
|
|
|
PCbuild/obj/
|
2017-07-07 04:43:37 +08:00
|
|
|
PCbuild/win32/
|
2019-08-15 09:18:53 +08:00
|
|
|
Tools/unicode/data/
|
2012-05-23 01:48:16 +08:00
|
|
|
.purify
|
2010-12-18 06:24:30 +08:00
|
|
|
__pycache__
|
|
|
|
autom4te.cache
|
2010-10-26 01:37:18 +08:00
|
|
|
build/
|
2012-05-23 01:48:16 +08:00
|
|
|
buildno
|
|
|
|
config.cache
|
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
config.status.lineno
|
|
|
|
core
|
|
|
|
db_home
|
2016-09-06 01:12:03 +08:00
|
|
|
.hg/
|
2017-05-25 00:24:49 +08:00
|
|
|
.idea/
|
2016-09-06 01:12:03 +08:00
|
|
|
ipch/
|
2010-12-18 06:24:30 +08:00
|
|
|
libpython*.a
|
2011-07-29 04:38:44 +08:00
|
|
|
libpython*.so*
|
2016-09-07 07:46:22 +08:00
|
|
|
libpython*.dylib
|
2016-10-02 06:00:51 +08:00
|
|
|
libpython*.dll
|
2012-05-23 01:48:16 +08:00
|
|
|
platform
|
2010-10-26 01:37:18 +08:00
|
|
|
pybuilddir.txt
|
|
|
|
pyconfig.h
|
2013-02-23 22:35:42 +08:00
|
|
|
python-config
|
|
|
|
python-config.py
|
2014-10-11 12:42:59 +08:00
|
|
|
python.bat
|
2012-05-23 01:48:16 +08:00
|
|
|
python.exe
|
2010-10-26 01:37:18 +08:00
|
|
|
python-gdb.py
|
2012-05-23 01:48:16 +08:00
|
|
|
python.exe-gdb.py
|
|
|
|
reflog.txt
|
|
|
|
.svn/
|
2010-10-26 01:37:18 +08:00
|
|
|
tags
|
2012-05-23 01:48:16 +08:00
|
|
|
TAGS
|
2011-06-25 17:36:38 +08:00
|
|
|
.coverage
|
|
|
|
coverage/
|
2014-11-02 11:39:21 +08:00
|
|
|
externals/
|
2011-06-25 17:36:38 +08:00
|
|
|
htmlcov/
|
2015-02-06 14:08:48 +08:00
|
|
|
Tools/msi/obj
|
2014-11-23 04:54:57 +08:00
|
|
|
Tools/ssl/amd64
|
|
|
|
Tools/ssl/win32
|
2016-09-06 01:12:03 +08:00
|
|
|
.vs/
|
|
|
|
.vscode/
|
2018-03-26 18:11:47 +08:00
|
|
|
gmon.out
|
2018-05-01 03:10:45 +08:00
|
|
|
.mypy_cache/
|