From 8bec22145682a52404c858650ae0232e105cea00 Mon Sep 17 00:00:00 2001 From: Guru Das Srinagesh Date: Wed, 2 Mar 2022 15:59:59 -0800 Subject: [PATCH] .gitignore: ignore vendor dt softlink and generated configs Update .gitignore list to ignore vendor devicetree softlink and also defconfig file generating in the kernel source directory. Change-Id: Ia09e4cb133da460de511bc0c5b9209fcddf05e27 Signed-off-by: Guru Das Srinagesh --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 7afd412dadd2..eb9924885ce9 100644 --- a/.gitignore +++ b/.gitignore @@ -159,5 +159,11 @@ x509.genkey # Clang's compilation database file /compile_commands.json +# generated defconfigs +arch/*/configs/vendor/*_defconfig + +# vendor device tree directories +arch/*/boot/dts/vendor + # Documentation toolchain sphinx_*/