From 66c3215a5673a332628e00bff14fc6f3e3e5ab0b Mon Sep 17 00:00:00 2001 From: danzel Date: Tue, 19 Feb 2013 12:02:40 +1300 Subject: [PATCH] Add the output of "jake test --cov" to gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b9b8db0e..2bd3c79d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ tmp/**/* _site dist/*.js coverage/ +*.js.html +index.html