You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/brcm2708/patches-4.19/950-0428-.gitignore-Add-.dt...

23 lines
449 B
Diff

From bd4e0a6ad64c1211094776923bf61bd6ede3f043 Mon Sep 17 00:00:00 2001
From: popcornmix <popcornmix@gmail.com>
Date: Tue, 21 May 2019 15:17:33 +0100
Subject: [PATCH] .gitignore: Add *.dtbo explicitly
Signed-off-by: popcornmix <popcornmix@gmail.com>
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/.gitignore
+++ b/.gitignore
@@ -15,7 +15,8 @@
*.bin
*.bz2
*.c.[012]*.*
-*.dtb*
+*.dtb
+*.dtbo
*.dtb.S
*.dwo
*.elf