From d6718db13f43cac4e0f9c9c48cd10bd9745d53c5 Mon Sep 17 00:00:00 2001 From: Qian Min Chen Date: Sun, 8 Jul 2018 20:01:23 +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. Change-Id: I72f759de6c0deaacf9ec460d791bc501575f46d2 --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 71ff9e77..0464af29 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ releasenotes/build .pydevproject .settings .tox -.venv *.egg* *.lock *.pyc