From 402ca0009fc551dedb4f0ef9f2cd725edea0d6c0 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Wed, 8 Dec 2021 22:15:08 +0300 Subject: [PATCH] Add compile_commands.json to gitignore Other entries were copied from marble repo as well. GIT_SILENT --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 09874daf0..408953a3d 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,10 @@ KDEConnect.includes CMakeLists.txt.user .DS_Store + +/.clang-format +/compile_commands.json +.clangd +.cache +.idea +/cmake-build*