[U-Boot] [PATCH] .gitignore: Ignore regenerated *.dtbo files

Michal Simek michal.simek at xilinx.com
Thu Feb 21 06:48:54 UTC 2019


*.dtbo are dt overlays files which should be also ignored as *.dtb.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 8d18d6f49bcb..3df3139d236e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
 *.bin
 *.cfgout
 *.dtb
+*.dtbo
 *.dtb.S
 *.elf
 *.exe
-- 
1.9.1



More information about the U-Boot mailing list