ANDROID: add Android KABI build files to root .gitignore file
The Android kernel build modifications creates two new files in the root of the source directory that should not be tracked by git: abi_gki_protected_exports all_kmi_symbols so add them to the root .gitignore file so that we do not accidentally check them into the tree. Bug: 200082547 Change-Id: I060f11c120ed3d5b9bc22ab1473f40b94a68c91e Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
db91e7bd8c
commit
473e97f66c
4
.gitignore
vendored
4
.gitignore
vendored
@ -168,3 +168,7 @@ sphinx_*/
|
||||
|
||||
# Rust analyzer configuration
|
||||
/rust-project.json
|
||||
|
||||
# Android ABI build files
|
||||
abi_gki_protected_exports
|
||||
all_kmi_symbols
|
||||
|
Loading…
Reference in New Issue
Block a user