From 7393a972a1b9687320fcf6abbd01c826e31d0127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20L=C3=BCke?= Date: Tue, 27 Jun 2023 17:55:25 +0200 Subject: [PATCH] initial commit --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore 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/