From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRJRL-0006y9-Rw for qemu-devel@nongnu.org; Fri, 08 Jun 2018 11:36:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRJRI-0003oT-Ot for qemu-devel@nongnu.org; Fri, 08 Jun 2018 11:36:35 -0400 Received: from mga18.intel.com ([134.134.136.126]:12141) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fRJRI-0003o8-Eu for qemu-devel@nongnu.org; Fri, 08 Jun 2018 11:36:32 -0400 Date: Fri, 8 Jun 2018 09:36:30 -0600 From: Ross Zwisler Message-ID: <20180608153630.GB27156@linux.intel.com> References: <20180607223111.27792-1-ross.zwisler@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [qemu PATCH 1/5] gitignore: ignore generated qapi job files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Ross Zwisler , "Michael S. Tsirkin" , Dan Williams , Eduardo Habkost , linux-nvdimm , Qemu Developers , Stefan Hajnoczi , Igor Mammedov , Kevin Wolf On Fri, Jun 08, 2018 at 09:59:00AM -0500, Eric Blake wrote: > On 06/07/2018 05:31 PM, Ross Zwisler wrote: > > With a fully built QEMU I currently see the following with "git status": > > > > Untracked files: > > (use "git add ..." to include in what will be committed) > > > > qapi/qapi-commands-job.c > > qapi/qapi-commands-job.h > > qapi/qapi-events-job.c > > qapi/qapi-events-job.h > > qapi/qapi-types-job.c > > qapi/qapi-types-job.h > > qapi/qapi-visit-job.c > > qapi/qapi-visit-job.h > > > > These are all generated files. Ignore them. > > > > Signed-off-by: Ross Zwisler > > Cc: Kevin Wolf > > Cc: Eric Blake > > Fixes: commit bf42508f24ee ("job: Introduce qapi/job.json") > > You're the third to post this: > > https://lists.gnu.org/archive/html/qemu-devel/2018-05/msg07280.html > https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg01624.html I pulled your master branch yesterday before posting the series. If multiple people are sending fixes to the same issue and the fixes are correct, the easiest way to stop getting those fixes is probably to merge one of the patches.