[Python-checkins] cpython (3.4): Ignore files generated by MSVC PGO builds.

zach.ware python-checkins at python.org
Wed Mar 19 04:31:56 CET 2014


http://hg.python.org/cpython/rev/3df20e9ef7df
changeset:   89848:3df20e9ef7df
branch:      3.4
parent:      89846:f28f63c5d30a
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Mar 18 22:28:16 2014 -0500
summary:
  Ignore files generated by MSVC PGO builds.

files:
  .hgignore |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -80,6 +80,8 @@
 PCbuild/*.*sdf
 PCbuild/Win32-temp-*
 PCbuild/x64-temp-*
+PCbuild/*-pgi
+PCbuild/*-pgo
 PCbuild/amd64
 PCbuild/ipch
 Tools/unicode/build/

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list