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)
pull/7806/head
Dylan Baker 4 years ago committed by Xavier Claessens
parent 01edd26baf
commit a3e628092f
  1. 6
      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

Loading…
Cancel
Save