On Mon, Aug 7, 2023 at 3:21 PM Tom Rini <[email protected]> wrote: > > As Pali Rohár has asked to not be copied on changes to files he is not > a specific maintainer of, add his address to .get_maintainer.ignore. > > Signed-off-by: Tom Rini <[email protected]> > --- > Cc: "Pali Rohár" <[email protected]> > --- > .get_maintainer.ignore | 1 + > .gitignore | 1 + > 2 files changed, 2 insertions(+) > create mode 100644 .get_maintainer.ignore >
Reviewed-by: Michael Trimarchi <[email protected]> > diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore > new file mode 100644 > index 000000000000..899a1469b2ae > --- /dev/null > +++ b/.get_maintainer.ignore > @@ -0,0 +1 @@ > +"Pali Rohár" <[email protected]> > diff --git a/.gitignore b/.gitignore > index 3a4d056edfc3..002f95de4feb 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -53,6 +53,7 @@ fit-dtb.blob* > # > !.gitignore > !.mailmap > +!.get_maintainer.* > > # > # Generated files > -- > 2.34.1 > -- Michael Nazzareno Trimarchi Co-Founder & Chief Executive Officer M. +39 347 913 2170 [email protected] __________________________________ Amarula Solutions BV Joop Geesinkweg 125, 1114 AB, Amsterdam, NL T. +31 (0)85 111 9172 [email protected] www.amarulasolutions.com

