diff --git a/.gitignore b/.gitignore index 5a6a636..3fb83c5 100644 --- a/.gitignore +++ b/.gitignore @@ -23,11 +23,12 @@ lib64 pip-log.txt # Unit test / coverage reports -.coverage +.coverage* .tox nosetests.xml .stestr/ .venv +.testrepository/ # Translations *.mo @@ -56,6 +57,7 @@ ChangeLog sftp-config.json /.idea/ +/cover/ # Desktop Service Store *.DS_Store