diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-08-02 12:47:16 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-08-02 12:47:16 +0200 |
commit | 5af93a2a8e5d170eda46505b1043518a3500813e (patch) | |
tree | 8ab2e9b56785f6a7b6d96688b75094ede9fb2e34 | |
parent | 483072d842b56b77ba547dbde641e9c537a99f0c (diff) | |
download | qutebrowser-5af93a2a8e5d170eda46505b1043518a3500813e.tar.gz qutebrowser-5af93a2a8e5d170eda46505b1043518a3500813e.zip |
Add .venv* to .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d260445bd..71822e89e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ __pycache__ /FAQ.html /INSTALL.html /qutebrowser/html/doc/ -/.venv +/.venv* /.coverage /htmlcov /coverage.xml |