ANDROID: add gki_module headers to .gitignore file

In commit f8bd6cf70d ("ANDROID: GKI: Add module load time protected
symbol lookup") the kernel/gki_module_exported.h and
kernel/gki_module_protected.h files are created, but these generated
files are not added to the .gitignore file, making them show up as added
files when building the tree.

Resolve this by adding them to the proper .gitignore file

Bug: 200082547
Fixes: f8bd6cf70d ("ANDROID: GKI: Add module load time protected symbol lookup")
Cc: Ramji Jiyani <ramjiyani@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I906ddd24bfc54d62f572fba5491e2d2025325957
This commit is contained in:
Greg Kroah-Hartman 2022-04-27 10:10:28 +02:00 committed by Ramji Jiyani
parent 4b7b7a96e4
commit d7f3794b34
1 changed files with 2 additions and 0 deletions

2
kernel/.gitignore vendored
View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
/config_data
/kheaders.md5
/gki_module_exported.h
/gki_module_protected.h