From e9b665f33890d78d78cc851febac1caee5a30b5b Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Sat, 25 Aug 2018 12:49:18 -0700 Subject: [PATCH] gitignore html output of nim doc foo (#8742) --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f2037c1b83..eb29dfc047 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,10 @@ xcuserdata/ /compiler/nimrod.dot /reject.json /run.json -/testresults.html +# for `nim doc foo.nim` +/*.html +#/testresults.html #covered by /*.html + /testresults.json testament.db /csources @@ -62,3 +65,4 @@ dist/ testresults/ test.txt /test.ini +