Przeglądaj źródła

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 lat temu
rodzic
commit
f96f48347d
1 zmienionych plików z 3 dodań i 0 usunięć
  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