From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755583AbaIWMkt (ORCPT ); Tue, 23 Sep 2014 08:40:49 -0400 Received: from cantor2.suse.de ([195.135.220.15]:37124 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751860AbaIWMkr (ORCPT ); Tue, 23 Sep 2014 08:40:47 -0400 Date: Tue, 23 Sep 2014 14:40:45 +0200 From: Michal Marek To: Matteo Croce Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86 generated files in gitignore Message-ID: <20140923124045.GA13913@sepie.suse.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 03, 2014 at 10:42:04AM +0200, Matteo Croce wrote: > @@ -10,3 +10,4 @@ recordmcount > docproc > sortextable > asn1_compiler > +bin2c bin2c has been moved to scripts/basic, what you see is probably a leftover from building an older kernel. Michal