From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkeMj-00007x-4s for qemu-devel@nongnu.org; Sat, 23 Jul 2011 11:43:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkeMi-0004NN-1c for qemu-devel@nongnu.org; Sat, 23 Jul 2011 11:43:45 -0400 Message-ID: <4E2AEC2C.9090003@codemonkey.ws> Date: Sat, 23 Jul 2011 10:43:40 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1311399717-59131-1-git-send-email-cerbere@gmail.com> In-Reply-To: <1311399717-59131-1-git-send-email-cerbere@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] .gitignore: ignore qemu-ga and qapi-generated List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexandre Raymond Cc: qemu-trivial@nongnu.org, Qemu Developers On 07/23/2011 12:41 AM, Alexandre Raymond wrote: > Add a new binary and generation directory to the gitignore file > > Signed-off-by: Alexandre Raymond Applied. Thanks. Regards, Anthony Liguori > --- > .gitignore | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 08013fc..54835bc 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -15,6 +15,7 @@ libdis* > libhw32 > libhw64 > libuser > +qapi-generated > qemu-doc.html > qemu-tech.html > qemu-doc.info > @@ -32,6 +33,7 @@ qemu-options.texi > qemu-img-cmds.texi > qemu-img-cmds.h > qemu-io > +qemu-ga > qemu-monitor.texi > QMP/qmp-commands.txt > .gdbinit