From 4af0de0506e41784235fec21173dec88e8ccf668 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Thu, 11 Feb 2021 14:09:37 +0200 Subject: 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 75e91077..6e9efad9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ CMakeLists.txt.user* *.unc-backup* .cmake/ /.clang-format +/compile_commands.json -- cgit v1.2.1