mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-31 19:17:12 +00:00
23 lines
457 B
Diff
23 lines
457 B
Diff
|
From 44cadbedb79dbbae0cea7dd008bcf2583570e883 Mon Sep 17 00:00:00 2001
|
||
|
From: popcornmix <popcornmix@gmail.com>
|
||
|
Date: Tue, 21 May 2019 15:17:33 +0100
|
||
|
Subject: [PATCH 503/703] .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
|