From dc9adf904b7e78af15edcd18b0ac00e93c093f9a Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 5 Jul 2017 14:01:18 +0200 Subject: [PATCH] .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 Reviewed-by: Roland Knall --- .gitignore | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 76f4898397..6373e3335e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 #