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)
This commit is contained in:
Dylan Baker 2020-09-28 15:15:06 -07:00 committed by Xavier Claessens
parent 01edd26baf
commit a3e628092f
1 changed files with 3 additions and 3 deletions

View File

@ -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