Browse Source

Updated Global/VisualStudio.gitignore

Dana 13 years ago
parent
commit
4b6bf65bdf
1 changed files with 20 additions and 4 deletions
  1. 20 4
      Global/VisualStudio.gitignore

+ 20 - 4
Global/VisualStudio.gitignore

@@ -7,9 +7,16 @@
 *.sln.docstates
 *.sln.docstates
 
 
 # Build results
 # Build results
-[Dd]ebug/
+
+[Dd]ebug*/
 [Rr]elease/
 [Rr]elease/
-x64/
+
+build/
+
+
+[Tt]est[Rr]esult
+[Bb]uild[Ll]og.*
+
 *_i.c
 *_i.c
 *_p.c
 *_p.c
 *.ilk
 *.ilk
@@ -29,6 +36,10 @@ x64/
 *.vssscc
 *.vssscc
 .builds
 .builds
 
 
+*.pidb
+
+*.log
+*.scc
 # Visual C++ cache files
 # Visual C++ cache files
 ipch/
 ipch/
 *.aps
 *.aps
@@ -44,13 +55,15 @@ ipch/
 *.gpState
 *.gpState
 
 
 # ReSharper is a .NET coding add-in
 # ReSharper is a .NET coding add-in
-_ReSharper*
+_ReSharper*/
+
+*.[Rr]e[Ss]harper
 
 
 # NCrunch
 # NCrunch
 *.ncrunch*
 *.ncrunch*
 .*crunch*.local.xml
 .*crunch*.local.xml
 
 
-# Installshield output folder 
+# Installshield output folder
 [Ee]xpress
 [Ee]xpress
 
 
 # DocProject is a documentation generator add-in
 # DocProject is a documentation generator add-in
@@ -80,6 +93,9 @@ ClientBin
 [Ss]tyle[Cc]op.*
 [Ss]tyle[Cc]op.*
 ~$*
 ~$*
 *.dbmdl
 *.dbmdl
+
+*.[Pp]ublish.xml
+
 Generated_Code #added for RIA/Silverlight projects
 Generated_Code #added for RIA/Silverlight projects
 
 
 # Backup & report files from converting an old project file to a newer
 # Backup & report files from converting an old project file to a newer