From d6ffb3cac30c0b338dadebfb13e1403a4029da61 Mon Sep 17 00:00:00 2001 From: Jamie Humphries Date: Thu, 3 Apr 2014 18:20:45 +0100 Subject: [PATCH] Do not ignore .ncrunch* in Visual Studio projects. This was ignoring .ncrunchproject and .ncrunchsolution files. NCrunch recommend that both of these files are checked in to source control. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 748683d0..cd481632 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -91,7 +91,6 @@ _TeamCity* *.dotCover # NCrunch -*.ncrunch* _NCrunch_* .*crunch*.local.xml