diff options
author | Dana <danashan@gmail.com> | 2012-04-13 15:17:09 -0700 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2012-04-30 10:52:47 -0700 |
commit | 4b6bf65bdf0d52a58cb8f28964b6327c26fbf171 (patch) | |
tree | d3853e33bbc80461ae8b324f7c8a81fe6ce3f907 | |
parent | a66b53a87da869a24ddc3ca6bcac3034121752e6 (diff) | |
download | gitignore-4b6bf65bdf0d52a58cb8f28964b6327c26fbf171.tar.gz gitignore-4b6bf65bdf0d52a58cb8f28964b6327c26fbf171.zip |
Updated Global/VisualStudio.gitignore
-rw-r--r-- | Global/VisualStudio.gitignore | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 0980a267..9d4784c8 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -7,9 +7,16 @@ *.sln.docstates # Build results -[Dd]ebug/ + +[Dd]ebug*/ [Rr]elease/ -x64/ + +build/ + + +[Tt]est[Rr]esult +[Bb]uild[Ll]og.* + *_i.c *_p.c *.ilk @@ -29,6 +36,10 @@ x64/ *.vssscc .builds +*.pidb + +*.log +*.scc # Visual C++ cache files ipch/ *.aps @@ -44,13 +55,15 @@ ipch/ *.gpState # ReSharper is a .NET coding add-in -_ReSharper* +_ReSharper*/ + +*.[Rr]e[Ss]harper # NCrunch *.ncrunch* .*crunch*.local.xml -# Installshield output folder +# Installshield output folder [Ee]xpress # DocProject is a documentation generator add-in @@ -80,6 +93,9 @@ ClientBin [Ss]tyle[Cc]op.* ~$* *.dbmdl + +*.[Pp]ublish.xml + Generated_Code #added for RIA/Silverlight projects # Backup & report files from converting an old project file to a newer |