forked from osmocom/wireshark
.gitignore: Add ignore to moc file on new qt subfolder
See https://www.wireshark.org/lists/wireshark-dev/201706/msg00157.html and https://code.wireshark.org/review/#/c/22422/ for new folder Change-Id: If1ed71b844164fdf7a438d47244a0ad0e18b432b Reviewed-on: https://code.wireshark.org/review/22528 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com>pespin/amr
parent
fcefe0d20b
commit
dc9adf904b
|
@ -187,16 +187,15 @@ qtshark
|
|||
/ui/qt/*.qrc.depends
|
||||
/ui/qt/*.pro.user
|
||||
/ui/qt/*.qm
|
||||
/ui/qt/moc_*.cpp
|
||||
/ui/qt/moc_*.cpp_parameters
|
||||
/ui/qt/*.moc.cpp
|
||||
/ui/qt/*.rcc.cpp
|
||||
/ui/qt/moc_*.cxx
|
||||
/ui/qt/**/moc_*.cpp
|
||||
/ui/qt/**/moc_*.cpp_parameters
|
||||
/ui/qt/**/*.moc.cpp
|
||||
/ui/qt/**/*.rcc.cpp
|
||||
/ui/qt/**/moc_*.cxx
|
||||
/ui/qt/qrc_*.cpp
|
||||
/ui/qt/qrc_*.cxx
|
||||
/ui/qt/ui_*.h
|
||||
/ui/qt/console.lua
|
||||
/ui/qt/widgets/*.moc.cpp
|
||||
/wireshark-qt*
|
||||
|
||||
# abi #
|
||||
|
|
Loading…
Reference in New Issue