Add .venv to git ignore

.venv is used by run_test.sh so we don't need it in git at all

Change-Id: I53aecedf31d6092782d73ef7e3da756ecb892161
This commit is contained in:
Boris Pavlovic 2013-12-23 17:01:22 +04:00
parent 82af3c7e53
commit dfbbe199b9
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -28,6 +28,7 @@ nosetests.xml
cover
.testrepository
*.sqlite
.venv
# Translations
*.mo