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

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


http://hg.python.org/cpython/rev/5d5523f7be91
changeset:   89849:5d5523f7be91
parent:      89847:f8b40d33e45d
parent:      89848:3df20e9ef7df
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Mar 18 22:31:48 2014 -0500
summary:
  Ignore files generated by MSVC PGO builds (merge from 3.4).

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