.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
|
# CLion generated files
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Qt Creator generated files
|
||||||
|
*.pro.user*
|
||||||
|
*.qmlproject.user*
|
||||||
|
CMakeLists.txt.user*
|
||||||
|
|
||||||
# INTEGRITY generated files
|
# INTEGRITY generated files
|
||||||
*.ael
|
*.ael
|
||||||
*.dla
|
*.dla
|
||||||
@ -300,9 +305,6 @@ qrc_*.cpp
|
|||||||
ui_*.h
|
ui_*.h
|
||||||
*.moc
|
*.moc
|
||||||
*.prl
|
*.prl
|
||||||
*.pro.user*
|
|
||||||
*.qmlproject.user*
|
|
||||||
*.CMakeLists.txt.user*
|
|
||||||
*.rcc
|
*.rcc
|
||||||
|
|
||||||
# Generated by qt_module.prf
|
# Generated by qt_module.prf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user