[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2] MAINTAINERS: Add some more pattern to recognize
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [PATCH v2] MAINTAINERS: Add some more pattern to recognize all win32 related files |
Date: |
Thu, 29 Sep 2016 09:43:31 +0200 |
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 <address@hidden>
Reviewed-by: Stefan Weil <address@hidden>
---
v2: Exclude files in the qga directory
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3a1d4ba..5b06ec2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -324,6 +324,9 @@ L: address@hidden
M: Stefan Weil <address@hidden>
S: Maintained
F: *win32*
+F: */*win32*
+F: include/*/*win32*
+X: qga/*win32*
F: qemu.nsi
ARM Machines
--
1.8.3.1
- [Qemu-devel] [PATCH v2] MAINTAINERS: Add some more pattern to recognize all win32 related files,
Thomas Huth <=