From 5e006aa05fe8228ebfb5405005a253dba2238379 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sat, 19 Aug 2017 00:50:15 +0200 Subject: gitignore: add more rules from master for Windows (#3148) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1