浏览代码

moved Visual Studio 6 options into relevant sections

Brendan Forster 9 年之前
父节点
当前提交
d983b4f5e2
共有 1 个文件被更改,包括 8 次插入6 次删除
  1. 8 6
      VisualStudio.gitignore

+ 8 - 6
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