mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
merge heads
This commit is contained in:
commit
80109d3351
2 changed files with 8 additions and 3 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
||||||
# Two-trick pony for OSX and other case insensitive file systems:
|
# Two-trick pony for OSX and other case insensitive file systems:
|
||||||
# Ignore ./python binary on Unix but still look into ./Python/ directory.
|
# Ignore ./python binary on Unix but still look into ./Python/ directory.
|
||||||
/python
|
/python
|
||||||
!/Python/**
|
!/Python/
|
||||||
*.cover
|
*.cover
|
||||||
*.o
|
*.o
|
||||||
*.orig
|
*.orig
|
||||||
|
@ -69,8 +69,8 @@ config.status
|
||||||
config.status.lineno
|
config.status.lineno
|
||||||
core
|
core
|
||||||
db_home
|
db_home
|
||||||
config.log
|
.hg/
|
||||||
config.status
|
ipch/
|
||||||
libpython*.a
|
libpython*.a
|
||||||
libpython*.so*
|
libpython*.so*
|
||||||
platform
|
platform
|
||||||
|
@ -93,3 +93,5 @@ htmlcov/
|
||||||
Tools/msi/obj
|
Tools/msi/obj
|
||||||
Tools/ssl/amd64
|
Tools/ssl/amd64
|
||||||
Tools/ssl/win32
|
Tools/ssl/win32
|
||||||
|
.vs/
|
||||||
|
.vscode/
|
||||||
|
|
|
@ -94,7 +94,10 @@ htmlcov/
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
*.gcov
|
*.gcov
|
||||||
|
ipch/
|
||||||
coverage.info
|
coverage.info
|
||||||
Tools/msi/obj
|
Tools/msi/obj
|
||||||
Tools/ssl/amd64
|
Tools/ssl/amd64
|
||||||
Tools/ssl/win32
|
Tools/ssl/win32
|
||||||
|
.vs/
|
||||||
|
.vscode/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue