diff mbox

[v2] MAINTAINERS: Add some more pattern to recognize all win32 related files

Message ID 1475135011-7582-1-git-send-email-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Huth Sept. 29, 2016, 7:43 a.m. UTC
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 <thuth@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
---
 v2: Exclude files in the qga directory

 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

Comments

Michael Tokarev Sept. 29, 2016, 3:49 p.m. UTC | #1
Applied to -trivial, thanks!

/mjt
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 3a1d4ba..5b06ec2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -324,6 +324,9 @@  L: qemu-devel@nongnu.org
 M: Stefan Weil <sw@weilnetz.de>
 S: Maintained
 F: *win32*
+F: */*win32*
+F: include/*/*win32*
+X: qga/*win32*
 F: qemu.nsi
 
 ARM Machines