From: Thomas Huth Date: Thu, 29 Sep 2016 07:43:31 +0000 (+0200) Subject: MAINTAINERS: Add some more pattern to recognize all win32 related files X-Git-Tag: v2.8.0-rc0~88^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03972660f74aee433274ec8ab5018a83bf6af67e;p=thirdparty%2Fqemu.git MAINTAINERS: Add some more pattern to recognize all win32 related files The get_maintainer.pl script currently thinks that the win32 related files in the util and include folders are currently unmaintained. Thus let's add some additional wildcards to match these files. Signed-off-by: Thomas Huth Reviewed-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/MAINTAINERS b/MAINTAINERS index 4b17a050c1c..f0ab48ffcb3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -322,6 +322,9 @@ L: qemu-devel@nongnu.org M: Stefan Weil S: Maintained F: *win32* +F: */*win32* +F: include/*/*win32* +X: qga/*win32* F: qemu.nsi ARM Machines