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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -28,6 +28,7 @@ nosetests.xml
|
|||||||
cover
|
cover
|
||||||
.testrepository
|
.testrepository
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
.venv
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
Reference in New Issue
Block a user