Update .git(bzr)ignore when build qt with Autotools (generated *.moc.cpp for UI files and *.rcc.cpp for ressources files)

svn path=/trunk/; revision=46509
This commit is contained in:
Alexis La Goutte 2012-12-11 23:24:13 +00:00
parent 2e8cb1c5cd
commit b0f4c129f0
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -113,11 +113,13 @@ wireshark.pod
# Qt #
######
qtshark
*.rcc.cpp
/ui/qt/__/
/ui/qt/*.qrc.depends
/ui/qt/*.pro.user
#/ui/qt/*.qm
/ui/qt/moc_*.cpp
/ui/qt/*.moc.cpp
/ui/qt/moc_*.cxx
/ui/qt/qrc_*.cpp
/ui/qt/qrc_*.cxx