[Python-checkins] devguide: Ignore venv

brett.cannon python-checkins at python.org
Mon May 2 13:56:42 EDT 2016


https://hg.python.org/devguide/rev/1df6fcc0578e
changeset:   800:1df6fcc0578e
user:        Brett Cannon <brett at python.org>
date:        Mon May 02 10:49:10 2016 -0700
summary:
  Ignore venv

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


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -3,3 +3,4 @@
 *.swp
 *~
 _build
+venv

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


More information about the Python-checkins mailing list