.gitignore: Ignore vendor devicetree directories from git

As the vendor devicetree directories are softlinked, ignore them through
git. Remove "/" in the end for arm64 for properly ignoring.

Change-Id: Ib6c9c31ecd2322f93609f72cbfb0143bd042a649
Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
This commit is contained in:
Jeevan Shriram 2020-05-27 14:42:53 -07:00 committed by Gerrit - the friendly Code Review server
parent 9846676e93
commit 83797d78ce

3
.gitignore vendored
View File

@ -153,4 +153,5 @@ arch/*/configs/vendor/*-qgki_defconfig
arch/*/configs/vendor/*-qgki-debug_defconfig
# vendor device tree directories
arch/arm64/boot/dts/vendor/
arch/arm64/boot/dts/vendor
arch/arm/boot/dts/vendor