Updated Global/VisualStudio.gitignore

This commit is contained in:
Dana 2012-04-13 15:17:09 -07:00 committed by Chris Wanstrath
parent a66b53a87d
commit 4b6bf65bdf
1 changed files with 20 additions and 4 deletions

View File

@ -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