The new things are related to MSTest stuff. This is the one that I use:
# use glob syntax
syntax: glob
*.obj
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.scc
*.DotSettings
[Bb]in
[Dd]ebug*/**
obj/
[Rr]elease*/**
_ReSharper*/**
NDependOut/**
packages/**
[Tt]humbs.db
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
*.resharper
*.ncrunch*
*.ndproj
Related Contents:
- Error ‘LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt’ after installing Visual Studio 2012 Release Preview
- UTF-8 without BOM
- IIS Express Windows Authentication
- How do you include additional files using VS2010 web deployment packages?
- Targeting .NET Framework 4.5 via Visual Studio 2010
- Cannot import the keyfile ‘blah.pfx’ – error ‘The keyfile may be password protected’
- Changes to Access database do not persist when running app in Visual Studio
- NUnit isn’t running Visual Studio 2010 code
- How do I use MSTest without Visual Studio?
- This project references NuGet package(s) that are missing on this computer
- No IntelliSense for C++/CLI in Visual Studio 2010?
- Restrictions on installing extensions or add-ins in Visual Studio 2010 Express
- Mercurial .hgignore for Visual Studio 2008 projects
- How can I use PowerShell with the Visual Studio Command Prompt?
- Cannot connect to any online resource
- How to fix “Root element is missing.” when doing a Visual Studio (VS) Build?
- Can’t run ASP.NET MVC 2 web app on IIS 7.5
- Using CustomParameter with Visual Studio Multi-Project Template
- MSBuild in TeamCity of Visual Studio 2012 solution
- After Publish event in Visual Studio
- Setup OpenCV-2.3 for Visual Studio 2010
- What is “stdafx.h” used for in Visual Studio?
- The name ‘InitializeComponent’ does not exist in the current context
- Will installing Visual Studio 2010 side by side with VS2008 cause problems?
- Can I set Option Explicit and Option Strict on a Project/Solution level?
- What is the significance of ProjectTypeGuids tag in the visual studio project file
- Mixing debug and release library/binary – bad practice?
- Change C++/CLI project to another framework than 4.0 with vs2010
- Why is Visual Studio 2010 not able to find/open PDB files?
- How can I use Web.debug.config in the built-in visual studio debugger server?
- How do I generate a constructor from class fields using Visual Studio (and/or ReSharper)?
- M_PI works with math.h but not with cmath in Visual Studio
- Do I need the resx Designer.cs file?
- How do I create an COM visible class in C#?
- Text overwrite in visual studio 2010
- How can I get TFS2010 to run MSDEPLOY for me through MSBUILD?
- What does “Register for COM Interop” actually do?
- visual studio 2010 conditional references
- How to set SGEN toolpath in Msbuild to target 3.5 framework
- Writing to output window of Visual Studio
- What does the “Link Library Dependency” linker option actually do in Visual Studio 2010 – 2015 and upwards?
- in Visual Studio 2010 or 2008 [duplicate]
- how to run iisexpress app pool under a different identity
- How do I configure MSBuild to use a saved publishProfile for WebDeploy?
- Locally disable padding
- Error while trying to run project: Unable to start program. Cannot find the file specified
- How to set CUDA compiler flags in Visual Studio 2010?
- Static library debug symbols
- How do I enable Visual Studio 2010 to break when a first chance exception happens?
- How can I make implementation of an interface produce an auto property instead of NotImplementedException?