.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 <quic_gurus@quicinc.com>
This commit is contained in:
parent
553bc7f9e1
commit
8bec221456
6
.gitignore
vendored
6
.gitignore
vendored
@ -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_*/
|
||||
|
Loading…
Reference in New Issue
Block a user