Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10b62a2f authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Rob Herring
Browse files

.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore



Most of DT files are compiled under arch/*/boot/dts/, but we have some
other directories, like drivers/of/unittest-data/.  We often miss to
add gitignore patterns per directory.  Since there are no source files
that end with .dtb or .dtb.S, we can ignore the patterns globally.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 1377dd3e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,8 @@
*.bin
*.bin
*.bz2
*.bz2
*.c.[012]*.*
*.c.[012]*.*
*.dtb
*.dtb.S
*.dwo
*.dwo
*.elf
*.elf
*.gcno
*.gcno
+0 −1
Original line number Original line Diff line number Diff line
*.dtb*
uImage
uImage
+0 −1
Original line number Original line Diff line number Diff line
@@ -3,4 +3,3 @@ zImage
xipImage
xipImage
bootpImage
bootpImage
uImage
uImage
*.dtb

arch/arm64/boot/dts/.gitignore

deleted100644 → 0
+0 −1
Original line number Original line Diff line number Diff line
*.dtb
+0 −1
Original line number Original line Diff line number Diff line
vmlinux*
vmlinux*
uImage*
uImage*
ramdisk.*
ramdisk.*
*.dtb*
Loading