]> source.dussan.org Git - gitignore.git/commitdiff
Update Qt.gitignore 1002/head
authorJohn Munkhoff <munkhoff@users.noreply.github.com>
Mon, 17 Mar 2014 06:04:52 +0000 (23:04 -0700)
committerJohn Munkhoff <munkhoff@users.noreply.github.com>
Mon, 17 Mar 2014 06:04:52 +0000 (23:04 -0700)
- 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.

Qt.gitignore

index 29d98c9e6251c96886d2e2c8c281b26ac026e4f3..623e5fea2616365ba0ad15b668a34a27246096ed 100644 (file)
 
 # Qt-es
 
+/.qmake.cache
+/.qmake.stash
 *.pro.user
 *.pro.user.*
+*.moc
 moc_*.cpp
 qrc_*.cpp
 ui_*.h