diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-09-28 15:15:06 -0700 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2020-09-28 18:25:59 -0400 |
commit | a3e628092fb8bce670e0eb33e0d668683bdb2cde (patch) | |
tree | 36ff639fea2672c3593076cb5dce83f5037be8c5 /CODEOWNERS | |
parent | 01edd26baf7c9a54ddfdd8d103673cedc5a19b4d (diff) | |
download | meson-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-- | CODEOWNERS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |