Add an opt-out list for get maintainer tool. This is helpful to avoid getting bounce messages and to allow developers who do not want direct mail.
Signed-off-by: Stephen Hemminger <[email protected]> --- .get_maintainer.ignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .get_maintainer.ignore diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore new file mode 100644 index 000000000000..f70eee0b0d60 --- /dev/null +++ b/.get_maintainer.ignore @@ -0,0 +1,11 @@ +Chenbo Xia <[email protected]> +Damian Nowak <[email protected]> +Ferruh Yigit <[email protected]> +Gage Eads <[email protected]> +Guoyang Zhou <[email protected]> +Jiayu Hu <[email protected]> +Miao Li <[email protected]> +Pascal Mazon <[email protected]> +Raveendra Padasalagi <[email protected]> +Shreyansh Jain <[email protected]> +Timothy McDaniel <[email protected]> -- 2.43.0

