diff mbox

[ovs-dev,5/5] gitignore: Ignore venv

Message ID 20161213174042.6098-6-stephen@that.guru
State Superseded
Headers show

Commit Message

Stephen Finucane Dec. 13, 2016, 5:40 p.m. UTC
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@that.guru>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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