diff options
author | Miklós Márton <martonmiklosqdev@gmail.com> | 2019-01-17 17:39:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-17 17:39:58 +0100 |
commit | 1c1744ab6dfa2642136bcec18f9af17a8a5d3255 (patch) | |
tree | 78f82ed674fb6493c6928e18c8e6d12fe5b7b3fd | |
parent | cb0a95c36f7c1fcb3f2ed2f2bcd5f78403b3caa4 (diff) | |
download | gitignore-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.gitignore | 3 |
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 |