153 строки
2.9 KiB
Plaintext
153 строки
2.9 KiB
Plaintext
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
##
|
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
*.userprefs
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
x86/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
|
|
# Visual Studio 2015 cache/options directory
|
|
.vs/
|
|
|
|
# MSTest test Results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# Benchmark Results
|
|
BenchmarkDotNet.Artifacts/
|
|
|
|
# .NET Core
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
**/Properties/launchSettings.json
|
|
|
|
*_i.c
|
|
*_p.c
|
|
*_i.h
|
|
*.ilk
|
|
*.obj
|
|
*.pch
|
|
*.pdb
|
|
*.pgc
|
|
*.pgd
|
|
*.rsp
|
|
*.sbr
|
|
*.tlb
|
|
*.tli
|
|
*.tlh
|
|
*.tmp
|
|
*.tmp_proj
|
|
*.log
|
|
*.vspscc
|
|
*.vssscc
|
|
.builds
|
|
*.pidb
|
|
*.svclog
|
|
*.scc
|
|
|
|
# Visual C++ cache files
|
|
ipch/
|
|
*.aps
|
|
*.ncb
|
|
*.opendb
|
|
*.opensdf
|
|
*.sdf
|
|
*.cachefile
|
|
*.VC.db
|
|
*.VC.VC.opendb
|
|
|
|
# Visual Studio profiler
|
|
*.psess
|
|
*.vsp
|
|
*.vspx
|
|
*.sap
|
|
|
|
# Visual Studio Trace Files
|
|
*.e2e
|
|
|
|
# ReSharper is a .NET coding add-in
|
|
_ReSharper*/
|
|
*.[Rr]e[Ss]harper
|
|
*.DotSettings.user
|
|
|
|
# NuGet Packages
|
|
*.nupkg
|
|
# The packages folder can be ignored because of Package Restore
|
|
**/[Pp]ackages/*
|
|
# except build/, which is used as an MSBuild target.
|
|
!**/[Pp]ackages/build/
|
|
# Uncomment if necessary however generally it will be regenerated when needed
|
|
#!**/[Pp]ackages/repositories.config
|
|
# NuGet v3's project.json files produces more ignorable files
|
|
*.nuget.props
|
|
*.nuget.targets
|
|
|
|
# Windows Store app package directories and files
|
|
AppPackages/
|
|
BundleArtifacts/
|
|
Package.StoreAssociation.xml
|
|
_pkginfo.txt
|
|
*.appx
|
|
|
|
# Visual Studio cache files
|
|
# files ending in .cache can be ignored
|
|
*.[Cc]ache
|
|
# but keep track of directories ending in .cache
|
|
!*.[Cc]ache/
|
|
|
|
# Backup & report files from converting an old project file
|
|
# to a newer Visual Studio version. Backup files are not needed,
|
|
# because we have git ;-)
|
|
_UpgradeReport_Files/
|
|
Backup*/
|
|
UpgradeLog*.XML
|
|
UpgradeLog*.htm
|
|
|
|
# Custom
|
|
/Sharing/SDK/
|
|
!/Sharing/SDK/Docs/
|
|
/Sharing/Src/bin
|
|
/Sharing/Src/tmp
|
|
/Sharing/Src/External/doxygen
|
|
/Sharing/Src/External/apriltag-2015-03-18/lib
|
|
/Sharing/Src/External/apriltag-2015-03-18/tmp
|
|
/Sharing/Src/External/curl-7.39.0/lib
|
|
/Sharing/Src/External/curl-7.39.0/Source/builds
|
|
/Sharing/Src/External/RakNet-4.081/lib
|
|
/Sharing/Src/External/RakNet-4.081/src/lib
|
|
/Sharing/Src/External/zint-2.4.3/lib
|
|
/Sharing/Src/External/zint-2.4.3/src/build
|
|
/Sharing/Src/External/zint-2.4.3/src/tmp
|
|
/Sharing/Src/External/zxing-cpp/lib
|
|
/Sharing/Src/External/zxing-cpp/src/tmp
|
|
/Sharing/Src/External/speex-1.2rc1/lib
|
|
/Sharing/Src/GeneratedInterface
|
|
/Sharing/Src/Docs/C++/html
|
|
/Sharing/Src/Solutions/Xcode/XToolsClient/build
|
|
/SpatialMapping/PlaneFinding/Debug
|
|
/SpatialMapping/PlaneFinding/Release
|
|
/SpatialMapping/PlaneFinding/PlaneFinding/PlaneFinding.UAP/Debug
|
|
/SpatialMapping/PlaneFinding/PlaneFinding/PlaneFinding.UAP/Release
|
|
|
|
# C++/WinRT Generated Files
|
|
Generated Files/
|