From c9bb42b2e4f88536ffecbdb51a4d689ed42e03ca Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Thu, 11 Feb 2021 14:32:47 +0200 Subject: [PATCH] Add compile_commands.json to .gitignore See https://invent.kde.org/sdk/kdesrc-build/-/merge_requests/82 GIT_SILENT --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fff5dd87b..87760089d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ CMakeLists.txt.user* cmake-build-debug* .idea /.clang-format +/compile_commands.json