Skip to content

Commit

Permalink
Update Qt.gitignore
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
munkhoff committed Mar 17, 2014
1 parent 170b9f8 commit f96f483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Qt.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@

# Qt-es

/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.moc
moc_*.cpp
qrc_*.cpp
ui_*.h
Expand Down

0 comments on commit f96f483

Please sign in to comment.