[Python-checkins] peps: Make the ignoring of envs more broad.

brett.cannon python-checkins at python.org
Fri Sep 11 19:03:00 CEST 2015


https://hg.python.org/peps/rev/2434111428f4
changeset:   6047:2434111428f4
user:        Brett Cannon <brett at python.org>
date:        Fri Sep 11 10:02:51 2015 -0700
summary:
  Make the ignoring of envs more broad.

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


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -4,4 +4,4 @@
 *.pyc
 *.pyo
 *~
-venv
+*env

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list