mirror of https://github.com/python/cpython
update .gitignore using .hgignore
This commit is contained in:
parent
79a06ed567
commit
7bbc855edb
|
@ -1,8 +1,17 @@
|
|||
*.cover
|
||||
*.o
|
||||
*.orig
|
||||
*.pyc
|
||||
*.pyd
|
||||
*.pyo
|
||||
*.rej
|
||||
*~
|
||||
Doc/build/
|
||||
Doc/tools/docutils/
|
||||
Doc/tools/jinja2/
|
||||
Doc/tools/pygments/
|
||||
Doc/tools/sphinx/
|
||||
Lib/lib2to3/*.pickle
|
||||
Makefile
|
||||
Makefile.pre
|
||||
Misc/python.pc
|
||||
|
@ -10,17 +19,26 @@ Modules/Setup
|
|||
Modules/Setup.config
|
||||
Modules/Setup.local
|
||||
Modules/config.c
|
||||
Modules/ld_so_aix
|
||||
PCbuild/*.bsc
|
||||
PCbuild/*.dll
|
||||
PCbuild/*.exe
|
||||
PCbuild/*.exp
|
||||
PCbuild/*.lib
|
||||
PCbuild/*.ncb
|
||||
PCbuild/*.o
|
||||
PCbuild/*.pdb
|
||||
PCbuild/Win32-temp-*
|
||||
Parser/pgen
|
||||
Parser/pgen.stamp
|
||||
__pycache__
|
||||
autom4te.cache
|
||||
build/
|
||||
config.log
|
||||
config.status
|
||||
libpython3.2.a
|
||||
libpython*.a
|
||||
pybuilddir.txt
|
||||
pyconfig.h
|
||||
python
|
||||
python-gdb.py
|
||||
tags
|
||||
Lib/lib2to3/Grammar3.2.0.alpha.2.pickle
|
||||
Lib/lib2to3/PatternGrammar3.2.0.alpha.2.pickle
|
||||
autom4te.cache
|
||||
|
|
Loading…
Reference in New Issue