.gitignore: Add device tree vendor directories to gitignore
Vendor device tree directories shouldn't show up in the kernel git. Add device tree vendor directories to gitignore to accomplish this. Change-Id: I1697b38a0a018ea61eefd0d3e344dd375604388a Signed-off-by: Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org> Signed-off-by: Isaac J. Manjarres <isaacm@codeaurora.org>
This commit is contained in:
parent
50327f3450
commit
07aed68f4e
3
.gitignore
vendored
3
.gitignore
vendored
@ -146,3 +146,6 @@ x509.genkey
|
||||
arch/*/configs/vendor/*-gki_defconfig
|
||||
arch/*/configs/vendor/*-qgki_defconfig
|
||||
arch/*/configs/vendor/*-qgki-debug_defconfig
|
||||
|
||||
# vendor device tree directories
|
||||
arch/arm64/boot/dts/vendor/
|
||||
|
Loading…
Reference in New Issue
Block a user