From d9a205c7cd128182aca2697ae63bc59c944a0b54 Mon Sep 17 00:00:00 2001 From: Qian Min Chen Date: Fri, 18 Aug 2017 17:23:02 +0800 Subject: [PATCH] Modify the '.gitignore' file Since the horizon remove the 'run_tests.sh' file, so there should remove '.venv' from the '.gitignore' file. See the patch 'https://review.openstack.org/#/c/399842/' Change-Id: I575481aa39a2f750f64a534e8021d9dfaf71bb98 --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4339ceab6..134e3d170 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ develop-eggs/ .selenium_log .coverage* .noseids -.venv .idea .tox coverage.xml