瀏覽代碼

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.
Miklós Márton 6 年之前
父節點
當前提交
1c1744ab6d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Qt.gitignore

+ 3 - 0
Qt.gitignore

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