Initial commit

This commit is contained in:
Robert Marshall 2019-04-14 09:39:56 +01:00
commit 7703f9d8bb
21 changed files with 433 additions and 0 deletions

41
.gitignore vendored Normal file
View file

@ -0,0 +1,41 @@
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
nupkg/
# Visual Studio Code
.vscode
# Rider
.idea
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
msbuild.log
msbuild.err
msbuild.wrn
# Visual Studio 2015
.vs/
#lcov files
lcov.info