Skip to content

Commit

Permalink
.gitignore: broader pattern for venv
Browse files Browse the repository at this point in the history
Sometimes I test locally against different versions of python by having
e.g. venv2 & venv3; it is helpful to have a rule that matches all of
them.
  • Loading branch information
zenhack committed Aug 18, 2017
1 parent db8cc0b commit 280bd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,7 +2,7 @@
*.pyc
/build/
/dist/
/venv/
/venv*
/*.egg-info/
/.eggs/

Expand Down

0 comments on commit 280bd39

Please sign in to comment.