[PATCH] .get_maintainer.ignore: Add Nathan Chancellor

From: Nathan Chancellor

Date: Tue Jul 07 2026 - 15:56:58 EST


I do work all over the tree as part of ClangBuiltLinux and Kbuild, which
ultimately results in a lot of irrelevant CCs when submitters run
get_maintainer.pl with the default git fallback enabled. Add myself to
.get_maintainer.ignore so I only get CC'd through explicitly maintained
files/patterns or a submitter intentionally adding me to the list.

Signed-off-by: Nathan Chancellor <nathan@xxxxxxxxxx>
---
.get_maintainer.ignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
index 60b6b2a374cd..5ad082b4dd03 100644
--- a/.get_maintainer.ignore
+++ b/.get_maintainer.ignore
@@ -5,4 +5,5 @@ Askar Safin <safinaskar@xxxxxxxxx>
Christoph Hellwig <hch@xxxxxx>
Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
Marc Gonzalez <marc.w.gonzalez@xxxxxxx>
+Nathan Chancellor <nathan@xxxxxxxxxx>
Ralf Baechle <ralf@xxxxxxxxxxxxxx>

---
base-commit: 0e35b9b6ec0ffcc5e23cbdec09f5c622ad532b53
change-id: 20260707-add-nathan-to-get_maintainers-ignore-897d4f0d447e

Best regards,
--
Cheers,
Nathan