Add cover/ to .gitignore

When we run "tox -e cover" to generate coverage report, testr will make
"cover" directory which contains the same html in "covhtml" made by
"./run_test.sh --coverage".  So, make git ignore this directory.

Change-Id: I829667a1ceb55418a5695545ad543a53f63821ba
This commit is contained in:
Ryota MIBU 2013-07-10 13:36:09 +09:00
parent 63c5521229
commit 1daeca3d0f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ AUTHORS
build/*
build-stamp
ChangeLog
cover/
.coverage
covhtml/
dist/