Skip to content

Commit e7fa74b

Browse files
authored
Merge pull request #2936 from martonmiklos/add_compilation_db_to_qt_gitignore
Add compilation db to Qt gitignore
2 parents 86a1e39 + 8338f33 commit e7fa74b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)