From 2c1a07949e0220adde9ae0380873f0ac345c4c5c Mon Sep 17 00:00:00 2001 From: Elliot Berman Date: Tue, 18 May 2021 17:14:00 -0700 Subject: [PATCH] ANDROID: Add build.config.msm.* to .gitignore Add build.config.msm.* files to gitignore. These files are symlinked from repo manifest and should be ignored. Bug: 188567152 Change-Id: I2f9389b7097de9ee72d499d4e3c238b2013a2880 Signed-off-by: Elliot Berman --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 372e57abbf41..905bf3387ce4 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,7 @@ x509.genkey # Documentation toolchain sphinx_*/ + +# kernel/build configuration files +build.config.msm.* +