commit | bed597363a205a367c4db2a51149af78a4ccace7 | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Fri Mar 07 07:47:22 2014 +0900 |
committer | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Fri Mar 07 08:02:22 2014 +0900 |
tree | 3109971ed3e497f6ea639919fd26ae638af089d6 | |
parent | 3f75c50304ba6b3315394231803a235eb1fece3c [diff] |
Add ignore files related to coverage to .gitignore .coverage and cover are generated by tox's cover task. So we should ignore them. Change-Id: Ica14d566fcd7bd31fea87471178db882add7813a
diff --git a/.gitignore b/.gitignore index 0f4880f..8d2b281 100644 --- a/.gitignore +++ b/.gitignore
@@ -15,3 +15,5 @@ dist build .testrepository +.coverage +cover/