From bcb4166eb7482ada284d9b9e8581267c25d5caf6 Mon Sep 17 00:00:00 2001 From: Andrews Medina Date: Wed, 15 Feb 2012 01:38:33 -0200 Subject: [PATCH] Ignoring .venv dir Change-Id: I468eb603ba5376ada99a90cc565f7906afdfbd64 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3016667c07..d5a8e80262 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ openstack-dashboard/local/dashboard_openstack.sqlite3 openstack-dashboard/local/local_settings.py docs/build/ docs/source/sourcecode +.venv