Ignore cover directory from git

The cover directory holds autogenerated coverage reports that should
not be checked into git and should therefore go in the gitignore file.

Change-Id: I4f7225b5422493f99bc534d6ac622e0703781e6d
This commit is contained in:
Jamie Lennox 2015-06-01 17:46:02 +10:00
parent c4bc05b945
commit 0c9f5c25e4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ doc/source/api/
# Development environment files
.project
.pydevproject
cover