diff --git a/.gitignore b/.gitignore index a5d29bc..a9a998b 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ +.testrepository/ .tox/ .coverage .cache @@ -50,5 +51,9 @@ coverage.xml # Sphinx documentation doc/build/ +# pbr generates these +AUTHORS +ChangeLog + # PyBuilder target/