From a3e18fe9e3f3a06bfc47d89d3c1f7236494607e9 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Fri, 17 Dec 2021 01:57:00 +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 6f3d2e9..d196cba 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,11 @@ /build*/ AndroidManifest.xml /src/version.h + +# LSP & IDE +/.clang-format +/compile_commands.json +.clangd +.cache +.idea +/cmake-build*