.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:Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by:
Rob Herring <robh@kernel.org>
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- arch/arc/boot/.gitignore 0 additions, 1 deletionarch/arc/boot/.gitignore
- arch/arm/boot/.gitignore 0 additions, 1 deletionarch/arm/boot/.gitignore
- arch/arm64/boot/dts/.gitignore 0 additions, 1 deletionarch/arm64/boot/dts/.gitignore
- arch/metag/boot/.gitignore 0 additions, 1 deletionarch/metag/boot/.gitignore
- arch/microblaze/boot/.gitignore 0 additions, 1 deletionarch/microblaze/boot/.gitignore
- arch/mips/boot/.gitignore 0 additions, 1 deletionarch/mips/boot/.gitignore
- arch/nios2/boot/.gitignore 0 additions, 1 deletionarch/nios2/boot/.gitignore
- arch/powerpc/boot/.gitignore 0 additions, 1 deletionarch/powerpc/boot/.gitignore
- arch/xtensa/boot/.gitignore 0 additions, 1 deletionarch/xtensa/boot/.gitignore
- drivers/of/unittest-data/.gitignore 0 additions, 2 deletionsdrivers/of/unittest-data/.gitignore
arch/arm64/boot/dts/.gitignore
deleted
100644 → 0
drivers/of/unittest-data/.gitignore
deleted
100644 → 0
Please register or sign in to comment