diff options
author | Brendan Forster <brendan@github.com> | 2015-07-04 12:38:07 +0930 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-07-04 12:38:07 +0930 |
commit | d983b4f5e2d28d0edcf4a7bafed614514afda933 (patch) | |
tree | 2068cfa266de4ac7f23799d7cad2f326112d817d | |
parent | 0f61d7e24079ae21b4c6c396eaa380f9a7c107cd (diff) | |
download | gitignore-d983b4f5e2d28d0edcf4a7bafed614514afda933.tar.gz gitignore-d983b4f5e2d28d0edcf4a7bafed614514afda933.zip |
moved Visual Studio 6 options into relevant sections
-rw-r--r-- | VisualStudio.gitignore | 14 |
1 files 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 |