2017-04-27 21:56:40 -03: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/
|
2011-11-04 16:25:46 -03:00
|
|
|
*.cover
|
|
|
|
*.o
|
|
|
|
*.orig
|
|
|
|
*.pyc
|
|
|
|
*.pyd
|
|
|
|
*.pyo
|
|
|
|
*.rej
|
2017-04-27 21:56:40 -03:00
|
|
|
*.swp
|
2011-11-04 16:25:46 -03:00
|
|
|
*~
|
2015-09-18 19:09:42 -03:00
|
|
|
*.gc??
|
|
|
|
*.profclang?
|
|
|
|
*.profraw
|
2015-12-21 13:43:03 -04:00
|
|
|
*.dyn
|
2011-11-04 16:25:46 -03:00
|
|
|
Doc/build/
|
|
|
|
Doc/tools/docutils/
|
|
|
|
Doc/tools/jinja2/
|
|
|
|
Doc/tools/pygments/
|
|
|
|
Doc/tools/sphinx/
|
|
|
|
Lib/lib2to3/*.pickle
|
2017-05-03 12:27:17 -03:00
|
|
|
Lib/test/data/*
|
2011-11-04 16:25:46 -03:00
|
|
|
Makefile
|
|
|
|
Makefile.pre
|
|
|
|
Misc/python.pc
|
|
|
|
Modules/Setup
|
|
|
|
Modules/Setup.config
|
|
|
|
Modules/Setup.local
|
|
|
|
Modules/config.c
|
|
|
|
Modules/ld_so_aix
|
2017-05-09 21:38:28 -03:00
|
|
|
PC/python_nt*.h
|
|
|
|
PC/pythonnt_rc*.h
|
|
|
|
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
|
2017-09-04 20:05:33 -03:00
|
|
|
PCbuild/*.ilk
|
2017-08-18 19:50:15 -03:00
|
|
|
PCbuild/*.user
|
|
|
|
PCbuild/*.suo
|
|
|
|
PCbuild/*.*sdf
|
2011-11-04 16:25:46 -03:00
|
|
|
PCbuild/*.bsc
|
|
|
|
PCbuild/*.dll
|
|
|
|
PCbuild/*.exe
|
|
|
|
PCbuild/*.exp
|
|
|
|
PCbuild/*.lib
|
|
|
|
PCbuild/*.ncb
|
|
|
|
PCbuild/*.o
|
|
|
|
PCbuild/*.pdb
|
|
|
|
PCbuild/Win32-temp-*
|
2017-04-21 00:56:11 -03:00
|
|
|
PCbuild/*.VC.db
|
|
|
|
PCbuild/*.VC.opendb
|
2017-08-18 19:50:15 -03:00
|
|
|
PCbuild/amd64/
|
|
|
|
PCbuild/obj/
|
|
|
|
PCbuild/win32/
|
2011-11-04 16:25:46 -03:00
|
|
|
Parser/pgen
|
|
|
|
Parser/pgen.stamp
|
|
|
|
autom4te.cache
|
|
|
|
build/
|
2017-04-27 21:56:40 -03:00
|
|
|
config.cache
|
2011-11-04 16:25:46 -03:00
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
libpython*.a
|
|
|
|
libpython*.so*
|
2017-04-27 21:56:40 -03:00
|
|
|
libpython*.dylib
|
|
|
|
libpython*.dll
|
2017-05-03 12:27:17 -03:00
|
|
|
platform
|
2017-04-27 21:56:40 -03:00
|
|
|
pybuilddir.txt
|
2011-11-04 16:25:46 -03:00
|
|
|
pyconfig.h
|
2015-04-12 20:14:30 -03:00
|
|
|
python$
|
2017-08-18 19:50:15 -03:00
|
|
|
python.bat
|
2017-04-27 21:56:40 -03:00
|
|
|
python.exe
|
2017-06-11 19:45:40 -03:00
|
|
|
python*-gdb.py
|
2011-11-04 16:25:46 -03:00
|
|
|
tags
|
2017-04-27 21:56:40 -03:00
|
|
|
TAGS
|
2011-11-04 16:25:46 -03:00
|
|
|
.coverage
|
|
|
|
coverage/
|
2014-11-02 00:34:09 -03:00
|
|
|
externals/
|
2011-11-04 16:25:46 -03:00
|
|
|
htmlcov/
|