From a3e628092fb8bce670e0eb33e0d668683bdb2cde Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 28 Sep 2020 15:15:06 -0700 Subject: CODEOWNERS: don't use * [skip ci] strangely enough the syntax is: /foo/* (files in foo, but not in foo/dir/) /foo/ (files in foo and any subfolder of foo (recursively) --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CODEOWNERS') diff --git a/CODEOWNERS b/CODEOWNERS index 10fddaf..8ac91ad 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,7 +2,7 @@ /mesonbuild/modules/pkgconfig.py @xclaesse /mesonbuild/modules/cmake.py @mensinda /mesonbuild/modules/unstable_external_project.py @xclaesse -/mesonbuild/ast/* @mensinda -/mesonbuild/cmake/* @mensinda -/mesonbuild/compilers/* @dcbaker +/mesonbuild/ast/ @mensinda +/mesonbuild/cmake/ @mensinda +/mesonbuild/compilers/ @dcbaker /mesonbuild/linkers.py @dcbaker -- cgit v1.1