1
0
mirror of https://github.com/python/cpython synced 2024-07-08 18:20:44 +00:00
cpython/.gitignore

48 lines
595 B
Plaintext
Raw Normal View History

2010-12-17 22:24:30 +00:00
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
2010-10-25 17:37:18 +00:00
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
2010-12-17 22:24:30 +00:00
Lib/lib2to3/*.pickle
2010-10-25 17:37:18 +00:00
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
2010-12-17 22:24:30 +00:00
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
2010-10-25 17:37:18 +00:00
Parser/pgen
Parser/pgen.stamp
2010-12-17 22:24:30 +00:00
__pycache__
autom4te.cache
2010-10-25 17:37:18 +00:00
build/
config.log
config.status
2010-12-17 22:24:30 +00:00
libpython*.a
2010-10-25 17:37:18 +00:00
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/