[pypy-commit] pypy py3.5-fix-decimal-module-name: Added .venv (virtualenvironment) and .cache to .hgignore

robert-zaremba pypy.commits at gmail.com
Tue Feb 28 09:49:41 EST 2017


Author: Robert Zaremba <robert.zaremba at 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$


More information about the pypy-commit mailing list