6a4566abd82b1361e9bfdb81475093d62026be67
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-4.19 / 950-0426-.gitignore-Add-.dtbo-explicitly.patch
1 From bd4e0a6ad64c1211094776923bf61bd6ede3f043 Mon Sep 17 00:00:00 2001
2 From: popcornmix <popcornmix@gmail.com>
3 Date: Tue, 21 May 2019 15:17:33 +0100
4 Subject: [PATCH] .gitignore: Add *.dtbo explicitly
5
6 Signed-off-by: popcornmix <popcornmix@gmail.com>
7 ---
8 .gitignore | 3 ++-
9 1 file changed, 2 insertions(+), 1 deletion(-)
10
11 --- a/.gitignore
12 +++ b/.gitignore
13 @@ -15,7 +15,8 @@
14 *.bin
15 *.bz2
16 *.c.[012]*.*
17 -*.dtb*
18 +*.dtb
19 +*.dtbo
20 *.dtb.S
21 *.dwo
22 *.elf