Add .coverage to gitignore.

- Fix units along the way (my pyc were hiding it for me).
This commit is contained in:
Chmouel Boudjnah
2013-03-27 03:47:33 +01:00
parent 111fe32db4
commit 301bf1aec0
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@@ -15,3 +15,4 @@ swiftclient/versioninfo
cover/
coverage.xml
doc/source/api/
.coverage*

0
tests/__init__.py Normal file
View File