Recently, overlay test data were added to of/unittest-data, but I notice they are not ignored or cleaned. Actually, we often forget .gitignore / clean-files at the first commit. We have DT things in various places in the kernel tree, so I think it is OK to move them to the top-level. Is this OK from the DT point of view? Masahiro Yamada (3): .gitignore: sort normal pattern rules alphabetically .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile .gitignore | 44 +++++++++++++++++++------------------ Makefile | 2 +- arch/arc/boot/.gitignore | 1 - arch/arm/boot/.gitignore | 1 - arch/arm64/boot/dts/.gitignore | 1 - arch/metag/boot/.gitignore | 1 - arch/microblaze/boot/.gitignore | 1 - arch/mips/boot/.gitignore | 1 - arch/nios2/boot/.gitignore | 1 - arch/powerpc/boot/.gitignore | 1 - arch/xtensa/boot/.gitignore | 1 - drivers/of/unittest-data/.gitignore | 2 -- 12 files changed, 24 insertions(+), 33 deletions(-) delete mode 100644 arch/arm64/boot/dts/.gitignore delete mode 100644 drivers/of/unittest-data/.gitignore -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html