From 06fc3825df8bcb7875792df1c1c505ef3e0adf7f Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Sat, 29 Feb 2020 21:48:31 +0000 Subject: [PATCH] ignore html coverage report (#2568) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e85cfd0f90d..8a7b8ebff0d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ examples/output.txt # ignore coverage files .coverage .noseids +htmlcov # ignore trajectory offset caches .adk_oplsaa.trr_offsets.pkl .adk_oplsaa.xtc_offsets.pkl