From 1c1744ab6dfa2642136bcec18f9af17a8a5d3255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 17 Jan 2019 17:39:58 +0100 Subject: [PATCH] Added compile_commands.json to Qt.gitignore QtCreator above 4.8 version is utilizing a so called "compilation database" which placed in the compile_commands.json and contains generated information. --- Qt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 5291a385..7bc58fb7 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -41,3 +41,6 @@ target_wrapper.* # QtCreator CMake CMakeLists.txt.user* + +# QtCreator 4.8< compilation database +compile_commands.json