Add build script folder to repo

This commit is contained in:
Haacked 2015-01-14 11:02:51 -08:00
Родитель 7034a030ac
Коммит decea1f202
1 изменённых файлов: 211 добавлений и 211 удалений

422
.gitignore поставляемый
Просмотреть файл

@ -1,200 +1,200 @@
## Ignore Visual Studio temporary files, build results, and ## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons. ## files generated by popular Visual Studio add-ons.
# User-specific files # User-specific files
*.suo *.suo
*.user *.user
*.sln.docstates *.sln.docstates
# Build results # Build results
[Dd]ebug/ [Dd]ebug/
[Dd]ebugPublic/ [Dd]ebugPublic/
[Rr]elease/ [Rr]elease/
[Rr]eleases/ [Rr]eleases/
x64/ x64/
x86/ x86/
build/ bld/
bld/ [Bb]in/
[Bb]in/ [Oo]bj/
[Oo]bj/
# Roslyn cache directories
# Roslyn cache directories *.ide/
*.ide/
# MSTest test Results
# MSTest test Results [Tt]est[Rr]esult*/
[Tt]est[Rr]esult*/ [Bb]uild[Ll]og.*
[Bb]uild[Ll]og.*
#NUNIT
#NUNIT *.VisualState.xml
*.VisualState.xml TestResult.xml
TestResult.xml
# Build Results of an ATL Project
# Build Results of an ATL Project [Dd]ebugPS/
[Dd]ebugPS/ [Rr]eleasePS/
[Rr]eleasePS/ dlldata.c
dlldata.c
*_i.c
*_i.c *_p.c
*_p.c *_i.h
*_i.h *.ilk
*.ilk *.meta
*.meta *.obj
*.obj *.pch
*.pch *.pdb
*.pdb *.pgc
*.pgc *.pgd
*.pgd *.rsp
*.rsp *.sbr
*.sbr *.tlb
*.tlb *.tli
*.tli *.tlh
*.tlh *.tmp
*.tmp *.tmp_proj
*.tmp_proj *.log
*.log *.vspscc
*.vspscc *.vssscc
*.vssscc .builds
.builds *.pidb
*.pidb *.svclog
*.svclog *.scc
*.scc
# Chutzpah Test files
# Chutzpah Test files _Chutzpah*
_Chutzpah*
# Visual C++ cache files
# Visual C++ cache files ipch/
ipch/ *.aps
*.aps *.ncb
*.ncb *.opensdf
*.opensdf *.sdf
*.sdf *.cachefile
*.cachefile
# Visual Studio profiler
# Visual Studio profiler *.psess
*.psess *.vsp
*.vsp *.vspx
*.vspx
# TFS 2012 Local Workspace
# TFS 2012 Local Workspace $tf/
$tf/
# Guidance Automation Toolkit
# Guidance Automation Toolkit *.gpState
*.gpState
# ReSharper is a .NET coding add-in
# ReSharper is a .NET coding add-in _ReSharper*/
_ReSharper*/ *.[Rr]e[Ss]harper
*.[Rr]e[Ss]harper *.DotSettings.user
*.DotSettings.user
# JustCode is a .NET coding addin-in
# JustCode is a .NET coding addin-in .JustCode
.JustCode
# TeamCity is a build add-in
# TeamCity is a build add-in _TeamCity*
_TeamCity*
# DotCover is a Code Coverage Tool
# DotCover is a Code Coverage Tool *.dotCover
*.dotCover
# NCrunch
# NCrunch _NCrunch_*
_NCrunch_* .*crunch*.local.xml
.*crunch*.local.xml
# MightyMoose
# MightyMoose *.mm.*
*.mm.* AutoTest.Net/
AutoTest.Net/
# Web workbench (sass)
# Web workbench (sass) .sass-cache/
.sass-cache/
# Installshield output folder
# Installshield output folder [Ee]xpress/
[Ee]xpress/
# DocProject is a documentation generator add-in
# DocProject is a documentation generator add-in DocProject/buildhelp/
DocProject/buildhelp/ DocProject/Help/*.HxT
DocProject/Help/*.HxT DocProject/Help/*.HxC
DocProject/Help/*.HxC DocProject/Help/*.hhc
DocProject/Help/*.hhc DocProject/Help/*.hhk
DocProject/Help/*.hhk DocProject/Help/*.hhp
DocProject/Help/*.hhp DocProject/Help/Html2
DocProject/Help/Html2 DocProject/Help/html
DocProject/Help/html
# Click-Once directory
# Click-Once directory 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 Packages *.nupkg
*.nupkg # The packages folder can be ignored because of Package Restore
# The packages folder can be ignored because of 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/ # If using the old MSBuild-Integrated Package Restore, uncomment this:
# If using the old MSBuild-Integrated Package Restore, uncomment this: #!**/packages/repositories.config
#!**/packages/repositories.config
# Windows Azure Build Output
# Windows Azure Build Output csx/
csx/ *.build.csdef
*.build.csdef
# Windows Store app package directory
# Windows Store app package directory AppPackages/
AppPackages/
# Others
# Others sql/
sql/ *.Cache
*.Cache ClientBin/
ClientBin/ [Ss]tyle[Cc]op.*
[Ss]tyle[Cc]op.* ~$*
~$* *~
*~ *.dbmdl
*.dbmdl *.dbproj.schemaview
*.dbproj.schemaview *.pfx
*.pfx *.publishsettings
*.publishsettings node_modules/
node_modules/
# RIA/Silverlight projects
# RIA/Silverlight projects Generated_Code/
Generated_Code/
# Backup & report files from converting an old project file
# Backup & report files from converting an old project file # to a newer Visual Studio version. Backup files are not needed,
# to a newer Visual Studio version. Backup files are not needed, # because we have git ;-)
# because we have git ;-) _UpgradeReport_Files/
_UpgradeReport_Files/ Backup*/
Backup*/ UpgradeLog*.XML
UpgradeLog*.XML UpgradeLog*.htm
UpgradeLog*.htm
# SQL Server files
# SQL Server files *.mdf
*.mdf *.ldf
*.ldf
# Business Intelligence projects
# Business Intelligence projects *.rdl.data
*.rdl.data *.bim.layout
*.bim.layout *.bim_*.settings
*.bim_*.settings
# Microsoft Fakes
# Microsoft Fakes FakesAssemblies/
FakesAssemblies/
# =========================
# ========================= # Operating System Files
# Operating System Files # =========================
# =========================
# OSX
# OSX # =========================
# =========================
.DS_Store .DS_Store
.AppleDouble .AppleDouble
.LSOverride .LSOverride
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*
@ -209,22 +209,22 @@ Icon
Network Trash Folder Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
# Windows # Windows
# ========================= # =========================
# Windows image file caches # Windows image file caches
Thumbs.db Thumbs.db
ehthumbs.db ehthumbs.db
# Folder config file # Folder config file
Desktop.ini Desktop.ini
# Recycle Bin used on file shares # Recycle Bin used on file shares
$RECYCLE.BIN/ $RECYCLE.BIN/
# Windows Installer files # Windows Installer files
*.cab *.cab
*.msi *.msi
*.msm *.msm
*.msp *.msp