mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge with 3.2.
This commit is contained in:
commit
473bc27433
3 changed files with 9 additions and 0 deletions
|
@ -37,3 +37,6 @@ Lib/test/data/*
|
|||
Lib/lib2to3/Grammar*.pickle
|
||||
Lib/lib2to3/PatternGrammar*.pickle
|
||||
__pycache__
|
||||
.coverage
|
||||
coverage/*
|
||||
htmlcov/*
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -42,3 +42,6 @@ pyconfig.h
|
|||
python
|
||||
python-gdb.py
|
||||
tags
|
||||
.coverage
|
||||
coverage/
|
||||
htmlcov/
|
||||
|
|
|
@ -70,3 +70,6 @@ PCbuild/Win32-temp-*
|
|||
PCbuild/x64-temp-*
|
||||
__pycache__
|
||||
Modules/_testembed
|
||||
.coverage
|
||||
coverage/
|
||||
htmlcov/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue