Browse Source

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.

John Munkhoff 11 năm trước cách đây
mục cha
commit
f96f48347d
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Qt.gitignore

+ 3 - 0
Qt.gitignore

@@ -12,8 +12,11 @@
 
 # Qt-es
 
+/.qmake.cache
+/.qmake.stash
 *.pro.user
 *.pro.user.*
+*.moc
 moc_*.cpp
 qrc_*.cpp
 ui_*.h