Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752812AbbFMSiW (ORCPT ); Sat, 13 Jun 2015 14:38:22 -0400 Received: from mail-ob0-f170.google.com ([209.85.214.170]:34098 "EHLO mail-ob0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbbFMSiP (ORCPT ); Sat, 13 Jun 2015 14:38:15 -0400 MIME-Version: 1.0 In-Reply-To: <1429896460-15026-1-git-send-email-f.fainelli@gmail.com> References: <1429896460-15026-1-git-send-email-f.fainelli@gmail.com> From: Florian Fainelli Date: Sat, 13 Jun 2015 11:37:33 -0700 Message-ID: Subject: Re: [PATCH] gitignore: Add MIPS vmlinux.32 to the list To: Linux-MIPS Cc: "linux-kernel@vger.kernel.org" , Ralf Baechle , Michal Marek , Andrew Morton , Greg KH , Florian Fainelli Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 864 Lines: 37 2015-04-24 10:27 GMT-07:00 Florian Fainelli : > MIPS64 kernels builds will produce a vmlinux.32 kernel image for > compatibility, ignore them. Ralf, Michal, which one of you should take this patch? > > Signed-off-by: Florian Fainelli > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index acb6afe6b7a3..6c7ca7a2d52e 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -43,6 +43,7 @@ Module.symvers > /TAGS > /linux > /vmlinux > +/vmlinux.32 > /vmlinux-gdb.py > /vmlinuz > /System.map > -- > 2.1.0 > -- Florian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/