1
0
mirror of https://github.com/python/cpython synced 2024-07-05 16:33:35 +00:00
cpython/.gitignore

117 lines
1.5 KiB
Plaintext
Raw Normal View History

# added for local development
.buildaix/
Modules/python.exp
buildaix/
installp/
.gitignore
# 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
*.iml
2010-12-17 22:24:30 +00:00
*.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/
Doc/.venv/
Doc/env/
Doc/.env/
Include/pydtrace_probes.h
Lib/distutils/command/*.pdb
2010-12-17 22:24:30 +00:00
Lib/lib2to3/*.pickle
Lib/test/data/*
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/_freeze_importlib.exe
Programs/_testembed
Programs/_testembed.exe
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/*.VC.db
PCbuild/*.VC.opendb
PCbuild/.vs/
PCbuild/amd64/
PCbuild/obj/
2017-07-06 20:43:37 +00:00
PCbuild/win32/
.purify
2010-10-25 17:37:18 +00:00
Parser/pgen
Parser/pgen.exe
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/
2017-05-24 16:24:49 +00:00
.idea/
ipch/
2010-12-17 22:24:30 +00:00
libpython*.a
libpython*.so*
libpython*.dylib
libpython*.dll
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/
gmon.out