From b0817f76c24b073a46e56f604b28a4100ed90d9a Mon Sep 17 00:00:00 2001 From: Qian Min Chen Date: Fri, 18 Aug 2017 17:16:50 +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: I0ab7530aff41877914c3d1e3368baf98d200a721 --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 479e2bf..2233522 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ __pycache__ dist build tags -.venv tests/scenario/.vagrant .idea .autogenerated