On 10/02/2014 05:29 PM, Florian Fainelli wrote:
Build for Broadcom XLP revealed that we are not ignoring DTB files and that would clobber the git status output. Fix that by adding a .gitignore file in arch/mips/boot/dts/. Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx> --- arch/mips/boot/dts/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/mips/boot/dts/.gitignore diff --git a/arch/mips/boot/dts/.gitignore b/arch/mips/boot/dts/.gitignore new file mode 100644 index 000000000000..b60ed208c779 --- /dev/null +++ b/arch/mips/boot/dts/.gitignore @@ -0,0 +1 @@ +*.dtb
Do we check in .dtb files anywhere in the kernel tree? If not, this could be moved to a higher level (perhaps top level) .gitignore David Daney