MAINTAINERS: Recursive globbing is not supported

get_maintainer.py does not support recursive glob.

In the future, get_maintainer.pl could take advantage of
glob.translate()[1]. Unfortunately, glob.translate() is only supported
from Python 3.14 which is not yet widely adopted.

Meanwhile, just avoid to use recursive globs.

[1]: https://docs.python.org/3/library/glob.html#glob.translate

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
1 file changed