From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIh1-00033Y-UX for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLIgs-0002S5-1G for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:04:06 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:35357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIgr-0002Iv-Sy for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:04:01 -0400 Received: by mail-qw0-f45.google.com with SMTP id c12so7581813qad.4 for ; Tue, 01 Nov 2011 11:04:01 -0700 (PDT) Message-ID: <4EB0348E.7060008@codemonkey.ws> Date: Tue, 01 Nov 2011 13:03:58 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1319775978-7682-1-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1319775978-7682-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add qapi related generated files to .gitignore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-devel@nongnu.org On 10/27/2011 11:26 PM, David Gibson wrote: > .gitignore already lists the qapi-generated subdirectory which includes a > number of files generated during build. However, there are some additional > files generated by the qapi build which go in the top level directory. > > This patch adds them to .gitignore, removing the irritating noise from > diffs and the like. > > Signed-off-by: David Gibson Applied. Thanks. Regards, Anthony Liguori > --- > .gitignore | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 6d2acab..406f75f 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -17,6 +17,10 @@ libhw64 > libuser > linux-headers/asm > qapi-generated > +qapi-types.[ch] > +qapi-visit.[ch] > +qmp-commands.h > +qmp-marshal.c > qemu-doc.html > qemu-tech.html > qemu-doc.info