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:
Greg Kroah-Hartman 2023-06-09 12:02:20 +00:00
parent db91e7bd8c
commit 473e97f66c

4
.gitignore vendored
View File

@ -168,3 +168,7 @@ sphinx_*/
# Rust analyzer configuration
/rust-project.json
# Android ABI build files
abi_gki_protected_exports
all_kmi_symbols