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
|
|
|
|
!/Python/**
|
2010-12-18 06:24:30 +08:00
|
|
|
*.cover
|
|
|
|
*.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/
|
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/*
|
2011-11-06 04:07:16 +08:00
|
|
|
Lib/_sysconfigdata.py
|
2012-05-23 01:48:16 +08:00
|
|
|
Lib/plat-mac/errors.rsrc.df.rsrc
|
2010-10-26 01:37:18 +08:00
|
|
|
Makefile
|
|
|
|
Makefile.pre
|
|
|
|
Misc/python.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
|
|
|
|
Programs/_testembed
|
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
|
2015-05-17 11:45:27 +08:00
|
|
|
PCbuild/.vs/
|
2012-05-23 01:48:16 +08:00
|
|
|
PCbuild/amd64/
|
2015-05-17 11:45:27 +08:00
|
|
|
PCbuild/obj/
|
|
|
|
PCBuild/win32/
|
2012-05-23 01:48:16 +08:00
|
|
|
.purify
|
2010-10-26 01:37:18 +08:00
|
|
|
Parser/pgen
|
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
|
2010-10-26 01:37:18 +08:00
|
|
|
config.log
|
|
|
|
config.status
|
2010-12-18 06:24:30 +08:00
|
|
|
libpython*.a
|
2011-07-29 04:38:44 +08:00
|
|
|
libpython*.so*
|
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
|