.gitignore: Qt Creator files cleanup
Move Qt Creator files to a common section, like for the other IDE's. While at it, fix CMakeLists.txt.user*. Change-Id: I978c5698204c35ef8f14d2261e7875160484d0e6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
parent
1c883682ee
commit
01697c5f9b
8
.gitignore
vendored
8
.gitignore
vendored
@ -279,6 +279,11 @@ tags
|
||||
# CLion generated files
|
||||
.idea
|
||||
|
||||
# Qt Creator generated files
|
||||
*.pro.user*
|
||||
*.qmlproject.user*
|
||||
CMakeLists.txt.user*
|
||||
|
||||
# INTEGRITY generated files
|
||||
*.ael
|
||||
*.dla
|
||||
@ -300,9 +305,6 @@ qrc_*.cpp
|
||||
ui_*.h
|
||||
*.moc
|
||||
*.prl
|
||||
*.pro.user*
|
||||
*.qmlproject.user*
|
||||
*.CMakeLists.txt.user*
|
||||
*.rcc
|
||||
|
||||
# Generated by qt_module.prf
|
||||
|
Loading…
Reference in New Issue
Block a user