From 89a300edcec28c70d81944a2fc2e42bdd475c5b9 Mon Sep 17 00:00:00 2001 From: oxmox Date: Fri, 3 Feb 2023 21:31:17 +0100 Subject: [PATCH] .gitignore things --- .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/