mirror of
https://github.com/python/cpython.git
synced 2024-12-04 15:25:13 +08:00
2f834f2061
R. David Murray and I think that it’s more useful to have these files show up in the output of “hg status”, to let the user know that some merged file have to be checked before commit. If you want to ignore these files in your clones, it’s possible to do so from another ignore file; see the bug report for directions. I’m leaving the .gitignore file alone, as I don’t know how git users work with merges and conflicts.
70 lines
900 B
Plaintext
70 lines
900 B
Plaintext
.gdb_history
|
|
.purify
|
|
.svn/
|
|
Makefile$
|
|
Makefile.pre$
|
|
TAGS$
|
|
autom4te.cache$
|
|
build/
|
|
buildno$
|
|
config.cache
|
|
config.log
|
|
config.status
|
|
config.status.lineno
|
|
db_home
|
|
platform$
|
|
pyconfig.h$
|
|
python$
|
|
python.exe$
|
|
reflog.txt$
|
|
tags$
|
|
Lib/plat-mac/errors.rsrc.df.rsrc
|
|
Doc/tools/sphinx/
|
|
Doc/tools/docutils/
|
|
Doc/tools/jinja/
|
|
Doc/tools/jinja2/
|
|
Doc/tools/pygments/
|
|
Misc/python.pc
|
|
Modules/Setup$
|
|
Modules/Setup.config
|
|
Modules/Setup.local
|
|
Modules/config.c
|
|
Modules/ld_so_aix$
|
|
Parser/pgen$
|
|
Parser/pgen.stamp$
|
|
^core
|
|
^python-gdb.py
|
|
^python.exe-gdb.py
|
|
^pybuilddir.txt
|
|
|
|
syntax: glob
|
|
libpython*.a
|
|
libpython*.so*
|
|
*.swp
|
|
*.o
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.cover
|
|
*~
|
|
Lib/lib2to3/*.pickle
|
|
Lib/test/data/*
|
|
Misc/*.wpu
|
|
PC/python_nt*.h
|
|
PC/pythonnt_rc*.h
|
|
PC/*.obj
|
|
PCbuild/*.exe
|
|
PCbuild/*.dll
|
|
PCbuild/*.pdb
|
|
PCbuild/*.lib
|
|
PCbuild/*.exp
|
|
PCbuild/*.o
|
|
PCbuild/*.ncb
|
|
PCbuild/*.bsc
|
|
PCbuild/Win32-temp-*
|
|
__pycache__
|
|
Modules/_testembed
|
|
.coverage
|
|
coverage/
|
|
htmlcov/
|