From 172a34cd62681331fe1a2f8519fa1c30aa7660cb Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 28 Apr 2014 09:12:35 -0400 Subject: [PATCH] added ignore for cov-int --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 56866effe..f4d260210 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ dependency-reduced-pom.xml #ruby Gemfile, etc. - this is a java project, Gemfile is here to check site problem with Jekyll Gemfile Gemfile.lock -_site/** \ No newline at end of file +_site/** +cov-int \ No newline at end of file