1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 14:17:57 +02:00

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.
This commit is contained in:
Jamie Humphries 2014-04-03 18:20:45 +01:00
parent 25ceefa81e
commit d6ffb3cac3

View File

@ -91,7 +91,6 @@ _TeamCity*
*.dotCover *.dotCover
# NCrunch # NCrunch
*.ncrunch*
_NCrunch_* _NCrunch_*
.*crunch*.local.xml .*crunch*.local.xml