From 917685ddc47bf5c1b616c0125d77a85640a54ddc Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 19 Apr 2012 11:17:30 +0200 Subject: [PATCH] Updated CSharp.gitignore file to include dotCover files --- CSharp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index adaf4ecc..91632d0a 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -53,6 +53,9 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper* +# DotCover is a Code Coverage Tool +*.dotCover + # NCrunch *.ncrunch* .*crunch*.local.xml