aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklós Márton <martonmiklosqdev@gmail.com>2019-01-17 17:39:58 +0100
committerGitHub <noreply@github.com>2019-01-17 17:39:58 +0100
commit1c1744ab6dfa2642136bcec18f9af17a8a5d3255 (patch)
tree78f82ed674fb6493c6928e18c8e6d12fe5b7b3fd
parentcb0a95c36f7c1fcb3f2ed2f2bcd5f78403b3caa4 (diff)
downloadgitignore-1c1744ab6dfa2642136bcec18f9af17a8a5d3255.tar.gz
gitignore-1c1744ab6dfa2642136bcec18f9af17a8a5d3255.zip
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.
-rw-r--r--Qt.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Qt.gitignore b/Qt.gitignore
index 5291a385..7bc58fb7 100644
--- a/Qt.gitignore
+++ b/Qt.gitignore
@@ -41,3 +41,6 @@ target_wrapper.*
# QtCreator CMake
CMakeLists.txt.user*
+
+# QtCreator 4.8< compilation database
+compile_commands.json