From 00d75ccb52ba50a6dc96234c6065613a978f8468 Mon Sep 17 00:00:00 2001 From: Mateusz Wolsza Date: Tue, 6 May 2014 12:10:00 +0200 Subject: [PATCH 1/2] Releases should also be ignored "Releases" directory is created by Shimmer/Squirrel installer for example. It also should be ignored. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ac0bd020..4360f275 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -9,7 +9,7 @@ # Build results [Dd]ebug/ [Dd]ebugPublic/ -[Rr]elease/ +[Rr]elease[s]/ x64/ build/ bld/ From 11e30dad3d1a343a49904f8fdbc53631cec98d12 Mon Sep 17 00:00:00 2001 From: Mateusz Wolsza Date: Wed, 7 May 2014 13:14:53 +0200 Subject: [PATCH 2/2] Releases should be ignored --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4360f275..7414ecfb 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -9,7 +9,8 @@ # Build results [Dd]ebug/ [Dd]ebugPublic/ -[Rr]elease[s]/ +[Rr]elease/ +[Rr]eleases/ x64/ build/ bld/