From cb8a50ae284b84439ca2885ab2faf03b17097ee9 Mon Sep 17 00:00:00 2001 From: Snakiej Date: Fri, 19 Oct 2012 15:32:36 +0300 Subject: [PATCH] VisualStudio: Add TeamCity exclusion Exclude folders created by the TeamCity VS plugin. --- VisualStudio.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 15db8805..5fcf35fc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -61,9 +61,11 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper*/ -# Some recommend against the RS rule below - excludes useful info? *.[Rr]e[Ss]harper +# TeamCity is a build add-in +_TeamCity* + # DotCover is a Code Coverage Tool *.dotCover