1
0
mirror of https://github.com/github/gitignore synced 2024-06-11 23:20:02 +02:00

first pass at annotating the source

This commit is contained in:
Brendan Forster 2015-07-04 10:43:43 +09:30
parent a2f49b7b14
commit a5b891d9d2

View File

@ -1,16 +1,18 @@
## Ignore Visual Studio temporary files, build results, and # temporary files generated by Visual Studio specific to the local user
## files generated by popular Visual Studio add-ons. # contains profile information and other metadata
# remove: if no longer targeting Visual Studio 2013 or earlier
# User-specific files
*.suo *.suo
*.user *.user
*.userosscache *.userosscache
*.sln.docstates *.sln.docstates
#
# User-specific files (MonoDevelop/Xamarin Studio) # new location for Visual Studio 2015
.vs/
#
# specific to MonoDevelop and Xamarin Studio
*.userprefs *.userprefs
# Build results # build output folders generated by Visual Studio
[Dd]ebug/ [Dd]ebug/
[Dd]ebugPublic/ [Dd]ebugPublic/
[Rr]elease/ [Rr]elease/
@ -22,24 +24,37 @@ bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
# Visual Studio 2015 cache/options directory # MSTest
.vs/ # a test framework from Microsoft
# remove: if you are not using the MSTest runner to run your tests
# MSTest test Results
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.* [Bb]uild[Ll]og.*
# NUNIT # NUnit
# an open source test framework for .NET
# site: http://www.nunit.org/
# remove: if you are not using the NUnit test runner to run your tests
*.VisualState.xml *.VisualState.xml
TestResult.xml TestResult.xml
# Build Results of an ATL Project # ATL (Active Template Library) Project
# remove: if you do not have an ATL project in your solution
[Dd]ebugPS/ [Dd]ebugPS/
[Rr]eleasePS/ [Rr]eleasePS/
dlldata.c dlldata.c
# DNX # DNX
# summary: the environment for cross-platform .NET development
# site: https://github.com/aspnet/dnx
#
# locks the package references for a project to specific versions
# url: https://github.com/aspnet/Home/wiki/Lock-file
# remove: if you would like to lock your dependencies to a specific version
# when committing and prevent package restore from selecting a
# more recent version
project.lock.json project.lock.json
#
# build output
artifacts/ artifacts/
*_i.c *_i.c
@ -67,7 +82,10 @@ artifacts/
*.svclog *.svclog
*.scc *.scc
# Chutzpah Test files # Chutzpah
# a JS unit testing framework for commit
# site: https://github.com/mmanela/chutzpah
# include-when: you use the Chutzpah test runner to run tests
_Chutzpah* _Chutzpah*
# Visual C++ cache files # Visual C++ cache files
@ -78,23 +96,29 @@ ipch/
*.sdf *.sdf
*.cachefile *.cachefile
# Visual Studio profiler # temporary files generated by the Visual Studio profiling tools
# remove-when: you are not using these features of Visual Studio
*.psess *.psess
*.vsp *.vsp
*.vspx *.vspx
# TFS 2012 Local Workspace # TFS 2012 Local Workspace
# remove-when: you are not using TFVC in this repository
$tf/ $tf/
# Guidance Automation Toolkit # Guidance Automation Toolkit
*.gpState *.gpState
# ReSharper is a .NET coding add-in # ReSharper
# a Visual Studio extension which supports various project types
# site: https://www.jetbrains.com/resharper/
_ReSharper*/ _ReSharper*/
*.[Rr]e[Ss]harper *.[Rr]e[Ss]harper
*.DotSettings.user *.DotSettings.user
# JustCode is a .NET coding add-in # JustCode
# a Visual Studio extension for various project types
# site: https://www.jetbrains.com/resharper/
.JustCode .JustCode
# TeamCity is a build add-in # TeamCity is a build add-in
@ -104,15 +128,19 @@ _TeamCity*
*.dotCover *.dotCover
# NCrunch # NCrunch
# a continuous test runner for Visual Studio
# site: TODO
_NCrunch_* _NCrunch_*
.*crunch*.local.xml .*crunch*.local.xml
nCrunchTemp_* nCrunchTemp_*
# MightyMoose # MightyMoose
# site: TODO:
*.mm.* *.mm.*
AutoTest.Net/ AutoTest.Net/
# Web workbench (sass) # Web Workbench
# site: TODO:
.sass-cache/ .sass-cache/
# Installshield output folder # Installshield output folder
@ -129,19 +157,25 @@ DocProject/Help/Html2
DocProject/Help/html DocProject/Help/html
# Click-Once directory # Click-Once directory
# remove:
publish/ publish/
# Publish Web Output # Publish Web Output
*.[Pp]ublish.xml *.[Pp]ublish.xml
*.azurePubxml *.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings # TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted # but database connection strings (with potential passwords) will be unencrypted
*.pubxml *.pubxml
*.publishproj *.publishproj
# NuGet Packages # NuGet
# summary: the package manager tool used in Visual Studio
# url: https://nuget.org
#
# output packages created by NuGet
*.nupkg *.nupkg
# The packages folder can be ignored because of Package Restore # The packages folder can be ignored because of Package Restore
# remove-if: you want to disable Package Restore
**/packages/* **/packages/*
# except build/, which is used as an MSBuild target. # except build/, which is used as an MSBuild target.
!**/packages/build/ !**/packages/build/