From: Victor Stinner Date: Wed, 10 May 2017 00:38:28 +0000 (+0200) Subject: gitignore: add rules for the PC/ directory (#1514) X-Git-Tag: v2.7.14rc1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88321413a719fa61eab2b9d33bc6a68826f562d2;p=python gitignore: add rules for the PC/ directory (#1514) [2.7] gitignore: add rules for the PC/ directory --- diff --git a/.gitignore b/.gitignore index bc8d1fbad2..7c7389e67b 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,20 @@ Modules/Setup.config Modules/Setup.local Modules/config.c Modules/ld_so_aix +PC/python_nt*.h +PC/pythonnt_rc*.h +PC/*/*.exe +PC/*/*.exp +PC/*/*.lib +PC/*/*.bsc +PC/*/*.dll +PC/*/*.pdb +PC/*/*.user +PC/*/*.ncb +PC/*/*.suo +PC/*/Win32-temp-* +PC/*/x64-temp-* +PC/*/amd64 PCbuild/*.bsc PCbuild/*.dll PCbuild/*.exe