[ovs-dev] [PATCH v2 4/4] gitignore: Ignore venv

Stephen Finucane stephen at that.guru
Wed Dec 14 10:08:00 UTC 2016


This is the traditional name for Python virtualenv directories. I use
this when building docs to avoid installating system libraries.

Signed-off-by: Stephen Finucane <stephen at that.guru>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f61f772..4f50440 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,3 +73,4 @@ testsuite.tmp.orig
 /openvswitch*.tar.gz
 /tests/lcov/
 /Documentation/_build
+/.venv
-- 
2.9.3



More information about the dev mailing list