From db91e7bd8ce7ee3648c3601d16023f616b02a543 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 8 Jun 2023 13:21:23 +0000 Subject: [PATCH] ANDROID: add more gki_module headers to .gitignore file Over time, we now have more gki_module headers being created at runtime, yet they are not listed in the kernel/.gitignore file. Fix that up so that when building, no "extra" files are seen to be present and accidentally checked into the tree. Bug: 200082547 Change-Id: Ib7870097ad6398d5c884dd0a7bfb49aba33fbd36 Signed-off-by: Greg Kroah-Hartman --- kernel/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/.gitignore b/kernel/.gitignore index 43a96fcbfafc..5477d8f1b65c 100644 --- a/kernel/.gitignore +++ b/kernel/.gitignore @@ -3,3 +3,5 @@ /kheaders.md5 /gki_module_exported.h /gki_module_protected.h +/module/gki_module_protected_exports.h +/module/gki_module_unprotected.h