commit 7393a972a1b9687320fcf6abbd01c826e31d0127 Author: Florian Lüke Date: Tue Jun 27 17:55:25 2023 +0200 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9dcfd38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +build*/ +.cache/ +.clangd/ +.cmake/ +CMakeLists.txt.user* +compile_commands.json +**/*.swo +**/*.swp +.vscode/