Add .mypy_cache directory to the gitignore file
Since we are running mypy in our "pep8" tox target its cache directory should be ignored by git. TrivialFix Change-Id: Ie354cf08e805de324296be51546017f8c9152b0f
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -39,6 +39,7 @@ nosetests.xml
|
|||||||
.testrepository
|
.testrepository
|
||||||
.stestr
|
.stestr
|
||||||
.venv
|
.venv
|
||||||
|
.mypy_cache
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
Reference in New Issue
Block a user