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/build/
|
||||||
Doc/tools/docutils/
|
Doc/tools/docutils/
|
||||||
Doc/tools/jinja2/
|
Doc/tools/jinja2/
|
||||||
Doc/tools/pygments/
|
Doc/tools/pygments/
|
||||||
Doc/tools/sphinx/
|
Doc/tools/sphinx/
|
||||||
|
Lib/lib2to3/*.pickle
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.pre
|
Makefile.pre
|
||||||
Misc/python.pc
|
Misc/python.pc
|
||||||
|
@ -10,17 +19,26 @@ Modules/Setup
|
||||||
Modules/Setup.config
|
Modules/Setup.config
|
||||||
Modules/Setup.local
|
Modules/Setup.local
|
||||||
Modules/config.c
|
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
|
||||||
Parser/pgen.stamp
|
Parser/pgen.stamp
|
||||||
|
__pycache__
|
||||||
|
autom4te.cache
|
||||||
build/
|
build/
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
libpython3.2.a
|
libpython*.a
|
||||||
pybuilddir.txt
|
pybuilddir.txt
|
||||||
pyconfig.h
|
pyconfig.h
|
||||||
python
|
python
|
||||||
python-gdb.py
|
python-gdb.py
|
||||||
tags
|
tags
|
||||||
Lib/lib2to3/Grammar3.2.0.alpha.2.pickle
|
|
||||||
Lib/lib2to3/PatternGrammar3.2.0.alpha.2.pickle
|
|
||||||
autom4te.cache
|
|
||||||
|
|
Loading…
Reference in New Issue