mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
Update .hgignore for new MSVC files
This commit is contained in:
parent
51b2ed51f0
commit
adbda17660
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,9 @@ PC/python_nt*.h
|
||||||
PC/pythonnt_rc*.h
|
PC/pythonnt_rc*.h
|
||||||
PC/*.obj
|
PC/*.obj
|
||||||
PC/*.exe
|
PC/*.exe
|
||||||
|
PC/*/*.user
|
||||||
|
PC/*/*.ncb
|
||||||
|
PC/*/*.suo
|
||||||
PCbuild/*.exe
|
PCbuild/*.exe
|
||||||
PCbuild/*.dll
|
PCbuild/*.dll
|
||||||
PCbuild/*.pdb
|
PCbuild/*.pdb
|
||||||
|
@ -69,6 +72,7 @@ PCbuild/*.suo
|
||||||
PCbuild/*.*sdf
|
PCbuild/*.*sdf
|
||||||
PCbuild/Win32-temp-*
|
PCbuild/Win32-temp-*
|
||||||
PCbuild/x64-temp-*
|
PCbuild/x64-temp-*
|
||||||
|
BuildLog.htm
|
||||||
__pycache__
|
__pycache__
|
||||||
Modules/_testembed
|
Modules/_testembed
|
||||||
.coverage
|
.coverage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue