CODEOWNERS: really add marc-hb to scripts

Fixes commit 757b13c123 ("CODEOWNERS: scripts/ += marc-hb")

Also add *.bash which we don't use yet but should considering how
not portable is the vast majority of our scripts.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2020-08-10 12:01:58 -07:00 committed by Liam Girdwood
parent c40749b981
commit 6e98d9dde4
1 changed files with 3 additions and 2 deletions

View File

@ -53,6 +53,7 @@ src/schedule @mrajwa
# other helpers
test/** @jajanusz
# Mostly overridden by *.(ba)sh below
scripts/* @xiulipan @marc-hb
# tools(old soft)
@ -70,8 +71,8 @@ tools/tune/* @singalsu
scripts/cmake/** @jajanusz
scripts/kconfig/** @jajanusz
# related files
*.sh @jajanusz
*.sh @jajanusz @marc-hb
*.bash @jajanusz @marc-hb
*trace.* @xiulipan @akloniex
# You can also use email addresses if you prefer.