[PATCH] get_maintainer.pl: Add an ignore list for git history

Tom Rini trini at konsulko.com
Mon Aug 7 15:20:53 CEST 2023


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 <trini at konsulko.com>
---
Cc: "Pali Rohár" <pali at kernel.org>
---
 .get_maintainer.ignore | 1 +
 .gitignore             | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 .get_maintainer.ignore

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" <pali at kernel.org>
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



More information about the U-Boot mailing list