Initial commit

This commit is contained in:
Duncan Ogilvie
2022-05-23 17:27:13 +02:00
commit d2ce1f3648
8 changed files with 448 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
.idea/
cmake-build*/
build*/
out/
.vs/
.cache/
.vscode/