diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-08-19 00:50:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-19 00:50:15 +0200 |
commit | 5e006aa05fe8228ebfb5405005a253dba2238379 (patch) | |
tree | 14fa9027b13b617fd264606f147a66a5df93dda5 | |
parent | 2281c041b24308811f781935a6c6848d55f24311 (diff) | |
download | cpython-git-5e006aa05fe8228ebfb5405005a253dba2238379.tar.gz |
gitignore: add more rules from master for Windows (#3148)
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cf5db7681f..a8c73d4b14 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,9 @@ PC/*/*.suo PC/*/Win32-temp-* PC/*/x64-temp-* PC/*/amd64 +PCbuild/*.user +PCbuild/*.suo +PCbuild/*.*sdf PCbuild/*.bsc PCbuild/*.dll PCbuild/*.exe @@ -55,6 +58,9 @@ PCbuild/*.pdb PCbuild/Win32-temp-* PCbuild/*.VC.db PCbuild/*.VC.opendb +PCbuild/amd64/ +PCbuild/obj/ +PCbuild/win32/ Parser/pgen Parser/pgen.stamp autom4te.cache @@ -70,6 +76,7 @@ platform pybuilddir.txt pyconfig.h python$ +python.bat python.exe python*-gdb.py tags |