cpython/.gitignore

99 lines
1.3 KiB
Plaintext
Raw Normal View History

# 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-17 22:24:30 +00:00
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*.swp
2010-12-17 22:24:30 +00:00
*~
*.gc??
*.profclang?
*.profraw
*.dyn
.gdb_history
2010-10-25 17:37:18 +00:00
Doc/build/
Doc/venv/
Lib/distutils/command/*.pdb
2010-12-17 22:24:30 +00:00
Lib/lib2to3/*.pickle
Lib/test/data/*
2011-11-05 20:07:16 +00:00
Lib/_sysconfigdata.py
Lib/plat-mac/errors.rsrc.df.rsrc
2010-10-25 17:37:18 +00:00
Makefile
Makefile.pre
Misc/python.pc
Misc/python-config.sh
2010-10-25 17:37:18 +00:00
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
2010-12-17 22:24:30 +00:00
Modules/ld_so_aix
Programs/_freeze_importlib
Programs/_testembed
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
PCbuild/*.user
PCbuild/*.suo
PCbuild/*.*sdf
PCbuild/*-pgi
PCbuild/*-pgo
PCbuild/.vs/
PCbuild/amd64/
PCbuild/obj/
PCBuild/win32/
.purify
2010-10-25 17:37:18 +00:00
Parser/pgen
2010-12-17 22:24:30 +00:00
__pycache__
autom4te.cache
2010-10-25 17:37:18 +00:00
build/
buildno
config.cache
config.log
config.status
config.status.lineno
core
db_home
.hg/
ipch/
2010-12-17 22:24:30 +00:00
libpython*.a
libpython*.so*
libpython*.dylib
platform
2010-10-25 17:37:18 +00:00
pybuilddir.txt
pyconfig.h
python-config
python-config.py
python.bat
python.exe
2010-10-25 17:37:18 +00:00
python-gdb.py
python.exe-gdb.py
reflog.txt
.svn/
2010-10-25 17:37:18 +00:00
tags
TAGS
.coverage
coverage/
externals/
htmlcov/
2015-02-06 06:08:48 +00:00
Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/win32
.vs/
.vscode/