mirror of
https://github.com/OMGeeky/gitignore.git
synced 2025-12-26 16:17:25 +01:00
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:
@@ -41,3 +41,6 @@ target_wrapper.*
|
||||
|
||||
# QtCreator CMake
|
||||
CMakeLists.txt.user*
|
||||
|
||||
# QtCreator 4.8< compilation database
|
||||
compile_commands.json
|
||||
|
||||
Reference in New Issue
Block a user