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.
This commit is contained in:
Miklós Márton 2019-01-17 17:39:58 +01:00 committed by GitHub
parent cb0a95c36f
commit 1c1744ab6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -41,3 +41,6 @@ target_wrapper.*
# QtCreator CMake
CMakeLists.txt.user*
# QtCreator 4.8< compilation database
compile_commands.json