From d983b4f5e2d28d0edcf4a7bafed614514afda933 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 4 Jul 2015 12:38:07 +0930 Subject: [PATCH] moved Visual Studio 6 options into relevant sections --- VisualStudio.gitignore | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b6867bc3..7088ba1e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -11,6 +11,10 @@ # # specific to MonoDevelop and Xamarin Studio *.userprefs +# +# workspace options file +# remove: if no longer targeting Visual Studio 6 +*.opt # build output folders generated by Visual Studio [Dd]ebug/ @@ -23,6 +27,10 @@ build/ bld/ [Bb]in/ [Oo]bj/ +# +# default build log file +# remove: if no longer targeting Visual Studio 6 +*.plg # MSTest # a test framework from Microsoft @@ -262,9 +270,3 @@ FakesAssemblies/ # Node.js Tools for Visual Studio .ntvs_analysis.dat - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt