Skip to content

Commit f96f483

Browse files
committed
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.
1 parent 170b9f8 commit f96f483

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
@@ -12,8 +12,11 @@
1212

1313
# Qt-es
1414

15+
/.qmake.cache
16+
/.qmake.stash
1517
*.pro.user
1618
*.pro.user.*
19+
*.moc
1720
moc_*.cpp
1821
qrc_*.cpp
1922
ui_*.h

0 commit comments

Comments
 (0)