From fd66b0d3b6d55cf75934c481b59a689ed2130bf8 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Wed, 8 Dec 2021 20:11:16 +0300 Subject: [PATCH] Add compile_commands.json to gitignore Other entries were copied from KDE/marble repo as well. See also: https://invent.kde.org/sdk/kdesrc-build/-/issues/86 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8bc0c65d..bddad086 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,8 @@ CMakeFiles/ taglib.h.stamp taglib.xcodeproj CMakeScripts +/.clang-format +/compile_commands.json +.clangd +.cache +.idea