|
@@ -11,6 +11,10 @@
|
|
#
|
|
#
|
|
# specific to MonoDevelop and Xamarin Studio
|
|
# specific to MonoDevelop and Xamarin Studio
|
|
*.userprefs
|
|
*.userprefs
|
|
|
|
+#
|
|
|
|
+# workspace options file
|
|
|
|
+# remove: if no longer targeting Visual Studio 6
|
|
|
|
+*.opt
|
|
|
|
|
|
# build output folders generated by Visual Studio
|
|
# build output folders generated by Visual Studio
|
|
[Dd]ebug/
|
|
[Dd]ebug/
|
|
@@ -23,6 +27,10 @@ build/
|
|
bld/
|
|
bld/
|
|
[Bb]in/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Oo]bj/
|
|
|
|
+#
|
|
|
|
+# default build log file
|
|
|
|
+# remove: if no longer targeting Visual Studio 6
|
|
|
|
+*.plg
|
|
|
|
|
|
# MSTest
|
|
# MSTest
|
|
# a test framework from Microsoft
|
|
# a test framework from Microsoft
|
|
@@ -262,9 +270,3 @@ FakesAssemblies/
|
|
|
|
|
|
# Node.js Tools for Visual Studio
|
|
# Node.js Tools for Visual Studio
|
|
.ntvs_analysis.dat
|
|
.ntvs_analysis.dat
|
|
-
|
|
|
|
-# Visual Studio 6 build log
|
|
|
|
-*.plg
|
|
|
|
-
|
|
|
|
-# Visual Studio 6 workspace options file
|
|
|
|
-*.opt
|
|
|