mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
Changes by Mark Hammond to ignore more by-products of the build.
This commit is contained in:
parent
00f09b3821
commit
841c2f6b09
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
*.bsc
|
*.bsc
|
||||||
*.dbg
|
*.dbg
|
||||||
*.dll
|
*.dll
|
||||||
|
*.exe
|
||||||
*.exp
|
*.exp
|
||||||
*.ilk
|
*.ilk
|
||||||
*.lib
|
*.lib
|
||||||
|
@ -10,4 +11,4 @@
|
||||||
*.pdb
|
*.pdb
|
||||||
*.plg
|
*.plg
|
||||||
*.pyd
|
*.pyd
|
||||||
temp-*
|
*-temp-*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue