aboutsummaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-28 15:15:06 -0700
committerXavier Claessens <xclaesse@gmail.com>2020-09-28 18:25:59 -0400
commita3e628092fb8bce670e0eb33e0d668683bdb2cde (patch)
tree36ff639fea2672c3593076cb5dce83f5037be8c5 /CODEOWNERS
parent01edd26baf7c9a54ddfdd8d103673cedc5a19b4d (diff)
downloadmeson-a3e628092fb8bce670e0eb33e0d668683bdb2cde.zip
meson-a3e628092fb8bce670e0eb33e0d668683bdb2cde.tar.gz
meson-a3e628092fb8bce670e0eb33e0d668683bdb2cde.tar.bz2
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)
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS6
1 files changed, 3 insertions, 3 deletions
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