Add virtenv dir and contents to .gitignore

Allow developers to use 'virtenv' for virtual environments.

Change-Id: I4c6fc44633f99044e8257a890168e10eede82608
This commit is contained in:
Deklan Dieterly 2015-08-31 08:32:11 -06:00
parent 5a2f4ff7e3
commit b53166a567
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ debs/
logs/
.idea/
**/*.pyc
virtenv/*