From: Don Zickus <dzickus(a)redhat.com>
Ignore the rhel9 kabi files
Use a more generic filter to ignore the kabi files.
Signed-off-by: Don Zickus <dzickus(a)redhat.com>
diff --git a/redhat/.gitignore b/redhat/.gitignore
index blahblah..blahblah 100644
--- a/redhat/.gitignore
+++ b/redhat/.gitignore
@@ -4,5 +4,5 @@ configs/*-merged
kabi/Module.kabi_*
kabi/kabi-current
-kabi/kabi-rhel8*
-kabi/kabi-rhel8*/*
+kabi/kabi-rhel*
+kabi/kabi-rhel*/*
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1445