mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Update Qt.gitignore
- Ignore '*.moc' files (foo.moc created when foo.cpp contains a Q_OBJECT.) - Ignore '/.qmake.cache' and '/.qmake.stash' as does the official Qt Creator project.
This commit is contained in:
parent
170b9f808b
commit
f96f48347d
@ -12,8 +12,11 @@
|
||||
|
||||
# Qt-es
|
||||
|
||||
/.qmake.cache
|
||||
/.qmake.stash
|
||||
*.pro.user
|
||||
*.pro.user.*
|
||||
*.moc
|
||||
moc_*.cpp
|
||||
qrc_*.cpp
|
||||
ui_*.h
|
||||
|
Loading…
Reference in New Issue
Block a user