From 9b18406fbc539e9513230e11e75f6a3805502bf8 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 14 Dec 2016 10:08:00 +0000 Subject: gitignore: Ignore venv 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 Signed-off-by: Ben Pfaff --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f61f77250..4f5044005 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ testsuite.tmp.orig /openvswitch*.tar.gz /tests/lcov/ /Documentation/_build +/.venv -- cgit v1.2.1