diff --git a/.gitignore b/.gitignore index 1bc915c..748683d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,23 +7,31 @@ *.sln.docstates # Build results - [Dd]ebug/ +[Dd]ebugPublic/ [Rr]elease/ x64/ build/ +bld/ [Bb]in/ [Oo]bj/ -# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets -!packages/*/build/ - # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* +#NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + *_i.c *_p.c +*_i.h *.ilk *.meta *.obj @@ -43,9 +51,12 @@ build/ *.vssscc .builds *.pidb -*.log +*.svclog *.scc +# Chutzpah Test files +_Chutzpah* + # Visual C++ cache files ipch/ *.aps @@ -59,12 +70,19 @@ ipch/ *.vsp *.vspx +# TFS 2012 Local Workspace +$tf/ + # Guidance Automation Toolkit *.gpState # ReSharper is a .NET coding add-in _ReSharper*/ *.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding addin-in +.JustCode # TeamCity is a build add-in _TeamCity* @@ -74,8 +92,16 @@ _TeamCity* # NCrunch *.ncrunch* +_NCrunch_* .*crunch*.local.xml +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + # Installshield output folder [Ee]xpress/ @@ -93,14 +119,20 @@ DocProject/Help/html publish/ # Publish Web Output -*.Publish.xml +*.[Pp]ublish.xml +*.azurePubxml # NuGet Packages Directory -## TODO: If you have NuGet Package Restore enabled, uncomment the next line -#packages/ +packages/ +## TODO: If the tool you use requires repositories.config uncomment the next line +#!packages/repositories.config + +# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets +# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented) +!packages/build/ # Windows Azure Build Output -csx +csx/ *.build.csdef # Windows Store app package directory @@ -114,9 +146,10 @@ ClientBin/ ~$* *~ *.dbmdl -*.[Pp]ublish.xml +*.dbproj.schemaview *.pfx *.publishsettings +node_modules/ # RIA/Silverlight projects Generated_Code/ @@ -129,28 +162,13 @@ UpgradeLog*.XML UpgradeLog*.htm # SQL Server files -App_Data/*.mdf -App_Data/*.ldf - - -#LightSwitch generated files -GeneratedArtifacts/ -_Pvt_Extensions/ -ModelManifest.xml - -# ========================= -# Windows detritus -# ========================= - -# Windows image file caches -Thumbs.db -ehthumbs.db - -# Folder config file -Desktop.ini +*.mdf +*.ldf -# Recycle Bin used on file shares -$RECYCLE.BIN/ +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings -# Mac desktop service store files -.DS_Store +# Microsoft Fakes +FakesAssemblies/