cpython/.gitignore

78 lines
1.1 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
*~
.gdb_history
2010-10-25 17:37:18 +00:00
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja/
2010-10-25 17:37:18 +00:00
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
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
Modules/_freeze_importlib
2011-11-05 20:06:30 +00:00
Modules/_testembed
2010-12-17 22:24:30 +00:00
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
PCbuild/amd64/
.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
2010-10-25 17:37:18 +00:00
config.log
config.status
2010-12-17 22:24:30 +00:00
libpython*.a
libpython*.so*
platform
2010-10-25 17:37:18 +00:00
pybuilddir.txt
pyconfig.h
python-config
python-config.py
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/