Unverified Commit 1c1744ab authored by Miklós Márton's avatar Miklós Márton Committed by GitHub

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.
parent cb0a95c3
...@@ -41,3 +41,6 @@ target_wrapper.* ...@@ -41,3 +41,6 @@ target_wrapper.*
# QtCreator CMake # QtCreator CMake
CMakeLists.txt.user* CMakeLists.txt.user*
# QtCreator 4.8< compilation database
compile_commands.json
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment