initial commit

This commit is contained in:
Florian Lüke 2023-06-27 17:55:25 +02:00
commit 7393a972a1

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
build*/
.cache/
.clangd/
.cmake/
CMakeLists.txt.user*
compile_commands.json
**/*.swo
**/*.swp
.vscode/