]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add cover/ to .gitignore
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Wed, 10 Jul 2013 04:36:09 +0000 (13:36 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Wed, 10 Jul 2013 04:47:52 +0000 (13:47 +0900)
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

.gitignore

index 45ab0b328dfef709039ff1a6503708dc8ed9e7da..a0463a92ca41a1c744880bcc41f58bb61959692b 100644 (file)
@@ -2,6 +2,7 @@ AUTHORS
 build/*
 build-stamp
 ChangeLog
+cover/
 .coverage
 covhtml/
 dist/