From bb28786069cb5d68e0ffdade5c95a87570d1eea3 Mon Sep 17 00:00:00 2001 From: Nick Jones Date: Mon, 2 Jul 2018 14:17:18 +0100 Subject: [PATCH] Add 'venvs' to list of things which we don't want git to track TrivialFix Change-Id: I93e0e809341e40da293b9e74ea388d0bc0ff52a8 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc3c1de6c..4611e47ac 100644 --- a/.gitignore +++ b/.gitignore @@ -59,8 +59,9 @@ ansible/roles/*/tests/*.retry # Ansible Galaxy roles ansible/roles/*\.*/ -# Virtualenv +# Virtualenvs ansible/kolla-venv/ +venvs # Vagrant .vagrant