diff --git a/.gitignore b/.gitignore index 12c5572e3..783a8d5dd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,11 @@ CMakeLists.txt.user* *.swp /build*/ .cmake/ + +# LSP & IDE +/.clang-format +/compile_commands.json +.clangd +.cache +.idea +/cmake-build*