From afd977c69d32ac3933f43679f09ce3a58db78aca Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 31 Mar 2016 14:31:40 -0400 Subject: [PATCH] Make git clean actually remove covhtml This makes `git clean -df` actually remove the covhtml directory and contents if you've run `tox -e coverage`. Change-Id: I5db42524f9511c009289380e342b0b61f79899c2 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ae26157bc61..489fe3017a93 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ CA/ ChangeLog coverage.xml cover/* -covhtml +covhtml/* dist/* doc/source/api/* doc/build/*