Checkpoints valudation, PoW reward calculation and continue working on block index.
[NovacoinLibrary.git] / .gitignore
index 62b06b5..1bc915c 100644 (file)
-## Ignore Visual Studio temporary files, build results, and\r
-## files generated by popular Visual Studio add-ons.\r
-\r
-# User-specific files\r
-*.suo\r
-*.user\r
-*.sln.docstates\r
-\r
-# Build results\r
-\r
-[Dd]ebug/\r
-[Rr]elease/\r
-x64/\r
-build/\r
-[Bb]in/\r
-[Oo]bj/\r
-\r
-# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets\r
-!packages/*/build/\r
-\r
-# MSTest test Results\r
-[Tt]est[Rr]esult*/\r
-[Bb]uild[Ll]og.*\r
-\r
-*_i.c\r
-*_p.c\r
-*.ilk\r
-*.meta\r
-*.obj\r
-*.pch\r
-*.pdb\r
-*.pgc\r
-*.pgd\r
-*.rsp\r
-*.sbr\r
-*.tlb\r
-*.tli\r
-*.tlh\r
-*.tmp\r
-*.tmp_proj\r
-*.log\r
-*.vspscc\r
-*.vssscc\r
-.builds\r
-*.pidb\r
-*.log\r
-*.scc\r
-\r
-# Visual C++ cache files\r
-ipch/\r
-*.aps\r
-*.ncb\r
-*.opensdf\r
-*.sdf\r
-*.cachefile\r
-\r
-# Visual Studio profiler\r
-*.psess\r
-*.vsp\r
-*.vspx\r
-\r
-# Guidance Automation Toolkit\r
-*.gpState\r
-\r
-# ReSharper is a .NET coding add-in\r
-_ReSharper*/\r
-*.[Rr]e[Ss]harper\r
-\r
-# TeamCity is a build add-in\r
-_TeamCity*\r
-\r
-# DotCover is a Code Coverage Tool\r
-*.dotCover\r
-\r
-# NCrunch\r
-*.ncrunch*\r
-.*crunch*.local.xml\r
-\r
-# Installshield output folder\r
-[Ee]xpress/\r
-\r
-# DocProject is a documentation generator add-in\r
-DocProject/buildhelp/\r
-DocProject/Help/*.HxT\r
-DocProject/Help/*.HxC\r
-DocProject/Help/*.hhc\r
-DocProject/Help/*.hhk\r
-DocProject/Help/*.hhp\r
-DocProject/Help/Html2\r
-DocProject/Help/html\r
-\r
-# Click-Once directory\r
-publish/\r
-\r
-# Publish Web Output\r
-*.Publish.xml\r
-\r
-# NuGet Packages Directory\r
-## TODO: If you have NuGet Package Restore enabled, uncomment the next line\r
-#packages/\r
-\r
-# Windows Azure Build Output\r
-csx\r
-*.build.csdef\r
-\r
-# Windows Store app package directory\r
-AppPackages/\r
-\r
-# Others\r
-sql/\r
-*.Cache\r
-ClientBin/\r
-[Ss]tyle[Cc]op.*\r
-~$*\r
-*~\r
-*.dbmdl\r
-*.[Pp]ublish.xml\r
-*.pfx\r
-*.publishsettings\r
-\r
-# RIA/Silverlight projects\r
-Generated_Code/\r
-\r
-# Backup & report files from converting an old project file to a newer\r
-# Visual Studio version. Backup files are not needed, because we have git ;-)\r
-_UpgradeReport_Files/\r
-Backup*/\r
-UpgradeLog*.XML\r
-UpgradeLog*.htm\r
-\r
-# SQL Server files\r
-App_Data/*.mdf\r
-App_Data/*.ldf\r
-\r
-\r
-#LightSwitch generated files\r
-GeneratedArtifacts/\r
-_Pvt_Extensions/\r
-ModelManifest.xml\r
-\r
-# =========================\r
-# Windows detritus\r
-# =========================\r
-\r
-# Windows image file caches\r
-Thumbs.db\r
-ehthumbs.db\r
-\r
-# Folder config file\r
-Desktop.ini\r
-\r
-# Recycle Bin used on file shares\r
-$RECYCLE.BIN/\r
-\r
-# Mac desktop service store files\r
-.DS_Store\r
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+
+# User-specific files
+*.suo
+*.user
+*.sln.docstates
+
+# Build results
+
+[Dd]ebug/
+[Rr]elease/
+x64/
+build/
+[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.*
+
+*_i.c
+*_p.c
+*.ilk
+*.meta
+*.obj
+*.pch
+*.pdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.log
+*.scc
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opensdf
+*.sdf
+*.cachefile
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# NCrunch
+*.ncrunch*
+.*crunch*.local.xml
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.Publish.xml
+
+# NuGet Packages Directory
+## TODO: If you have NuGet Package Restore enabled, uncomment the next line
+#packages/
+
+# Windows Azure Build Output
+csx
+*.build.csdef
+
+# Windows Store app package directory
+AppPackages/
+
+# Others
+sql/
+*.Cache
+ClientBin/
+[Ss]tyle[Cc]op.*
+~$*
+*~
+*.dbmdl
+*.[Pp]ublish.xml
+*.pfx
+*.publishsettings
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# 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
+
+# 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
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Mac desktop service store files
+.DS_Store