From 031f9371131292be6cd31bd4078316b233ac7de0 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Fri, 17 Dec 2021 01:40:21 +0300 Subject: [PATCH] Add auto generated files to .gitignore GIT_SILENT --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) 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*