Skip to content

Commit 7bbc855

Browse files
author
Victor Stinner
committed
update .gitignore using .hgignore
1 parent 79a06ed commit 7bbc855

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

.gitignore

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,44 @@
1+
*.cover
2+
*.o
3+
*.orig
4+
*.pyc
5+
*.pyd
6+
*.pyo
7+
*.rej
8+
*~
19
Doc/build/
210
Doc/tools/docutils/
311
Doc/tools/jinja2/
412
Doc/tools/pygments/
513
Doc/tools/sphinx/
14+
Lib/lib2to3/*.pickle
615
Makefile
716
Makefile.pre
817
Misc/python.pc
918
Modules/Setup
1019
Modules/Setup.config
1120
Modules/Setup.local
1221
Modules/config.c
22+
Modules/ld_so_aix
23+
PCbuild/*.bsc
24+
PCbuild/*.dll
25+
PCbuild/*.exe
26+
PCbuild/*.exp
27+
PCbuild/*.lib
28+
PCbuild/*.ncb
29+
PCbuild/*.o
30+
PCbuild/*.pdb
31+
PCbuild/Win32-temp-*
1332
Parser/pgen
1433
Parser/pgen.stamp
34+
__pycache__
35+
autom4te.cache
1536
build/
1637
config.log
1738
config.status
18-
libpython3.2.a
39+
libpython*.a
1940
pybuilddir.txt
2041
pyconfig.h
2142
python
2243
python-gdb.py
2344
tags
24-
Lib/lib2to3/Grammar3.2.0.alpha.2.pickle
25-
Lib/lib2to3/PatternGrammar3.2.0.alpha.2.pickle
26-
autom4te.cache

0 commit comments

Comments
 (0)