Skip to content

Commit 1c1744a

Browse files
authored
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.
1 parent cb0a95c commit 1c1744a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Qt.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ target_wrapper.*
4141

4242
# QtCreator CMake
4343
CMakeLists.txt.user*
44+
45+
# QtCreator 4.8< compilation database
46+
compile_commands.json

0 commit comments

Comments
 (0)