From 0aaab103b12b7115a9fa331b9811f2ec15dc09a5 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Thu, 11 Feb 2021 14:27:34 +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 75e9107..6e9efad 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ CMakeLists.txt.user* *.unc-backup* .cmake/ /.clang-format +/compile_commands.json