mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
ANDROID: add gki_module headers to .gitignore file
In commit f8bd6cf70dec ("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: f8bd6cf70dec ("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:
parent
9abe98e69f
commit
2f0acef0f9
2
kernel/.gitignore
vendored
2
kernel/.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
/config_data
|
||||
/kheaders.md5
|
||||
/gki_module_exported.h
|
||||
/gki_module_protected.h
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user