]> source.dussan.org Git - gitignore.git/commitdiff
Added compile_commands.json to Qt.gitignore
authorMiklós Márton <martonmiklosqdev@gmail.com>
Thu, 17 Jan 2019 16:39:58 +0000 (17:39 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Jan 2019 16:39:58 +0000 (17:39 +0100)
QtCreator above 4.8 version is utilizing a so called "compilation database" which placed in the compile_commands.json and contains generated information.

Qt.gitignore

index 5291a385b2598093cb2ca3d11e7f49c7f386d1ca..7bc58fb79933c4c21cf462803d575e530d9e4363 100644 (file)
@@ -41,3 +41,6 @@ target_wrapper.*
 
 # QtCreator CMake
 CMakeLists.txt.user*
+
+# QtCreator 4.8< compilation database 
+compile_commands.json