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 <gregkh@google.com>
This commit is contained in:
parent
9fcc8018f0
commit
db91e7bd8c
2
kernel/.gitignore
vendored
2
kernel/.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user