diff options
author | Robert Guo <robert.guo@10gen.com> | 2019-05-29 17:52:44 -0400 |
---|---|---|
committer | Robert Guo <robert.guo@10gen.com> | 2019-05-29 19:37:30 -0400 |
commit | 9d269a3764ab8317c418b1b4f0a59e736ed7ebce (patch) | |
tree | 90915fe809582a75577198484996340408a35b2f /.gitignore | |
parent | 938fea1a5f5129f6acf404e6938ba0d56a54ac93 (diff) | |
download | mongo-9d269a3764ab8317c418b1b4f0a59e736ed7ebce.tar.gz |
SERVER-41379 Add Python virtualenv to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index de204f36479..5515f2a3c22 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,7 @@ generated_resmoke_config # Code review tool config codereview.rc + +# Python venvs and virtualenvs +python3-venv +python2-venv |