Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
1c1744ab6d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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