Author: Robert Zaremba <robert.zare...@scale-it.pl>
Branch: py3.5-fix-decimal-module-name
Changeset: r90423:cc54d3bbf8a5
Date: 2017-02-28 15:28 +0100
http://bitbucket.org/pypy/pypy/changeset/cc54d3bbf8a5/

Log:    Added .venv (virtualenvironment) and .cache to .hgignore

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -7,6 +7,8 @@
 .project
 .pydevproject
 __pycache__
+.venv
+.cache
 
 syntax: regexp
 ^testresult$
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to