|
@@ -7,11 +7,11 @@
|
|
*.sln.docstates
|
|
*.sln.docstates
|
|
|
|
|
|
# Build results
|
|
# Build results
|
|
-
|
|
|
|
[Dd]ebug/
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
[Rr]elease/
|
|
x64/
|
|
x64/
|
|
build/
|
|
build/
|
|
|
|
+bld/
|
|
[Bb]in/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Oo]bj/
|
|
|
|
|
|
@@ -22,6 +22,10 @@ build/
|
|
[Tt]est[Rr]esult*/
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
[Bb]uild[Ll]og.*
|
|
|
|
|
|
|
|
+#NUNIT
|
|
|
|
+*.VisualState.xml
|
|
|
|
+TestResult.xml
|
|
|
|
+
|
|
*_i.c
|
|
*_i.c
|
|
*_p.c
|
|
*_p.c
|
|
*_i.h
|
|
*_i.h
|
|
@@ -100,13 +104,14 @@ publish/
|
|
|
|
|
|
# Publish Web Output
|
|
# Publish Web Output
|
|
*.Publish.xml
|
|
*.Publish.xml
|
|
|
|
+*.azurePubxml
|
|
|
|
|
|
# NuGet Packages Directory
|
|
# NuGet Packages Directory
|
|
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
|
|
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
|
|
#packages/
|
|
#packages/
|
|
|
|
|
|
# Windows Azure Build Output
|
|
# Windows Azure Build Output
|
|
-csx
|
|
|
|
|
|
+csx/
|
|
*.build.csdef
|
|
*.build.csdef
|
|
|
|
|
|
# Windows Store app package directory
|
|
# Windows Store app package directory
|