浏览代码

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 年之前
父节点
当前提交
f96f48347d
共有 1 个文件被更改,包括 3 次插入0 次删除
  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