diff options
author | Richard Elling <[email protected]> | 2019-03-25 15:05:26 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-03-25 15:05:26 -0700 |
commit | fc16b4f4c8f1f9b751d364821fa5a5a059e723a1 (patch) | |
tree | 8848ff342e1378850153b9437e8a3480f2a21387 /.gitignore | |
parent | c048ddaf332504765696a456ab572d6f041051a2 (diff) |
git ignore python 3.7 virtual environment directories
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Elling <[email protected]>
Closes #8525
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 99dc87c94..549fa59f3 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,5 @@ cscope.* *.patch *.orig *.log +venv + |