From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF3Z7-0005IB-CE for qemu-devel@nongnu.org; Mon, 11 Mar 2013 10:19:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF3Z3-0001mI-Sw for qemu-devel@nongnu.org; Mon, 11 Mar 2013 10:19:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF3Z3-0001mA-Lj for qemu-devel@nongnu.org; Mon, 11 Mar 2013 10:18:57 -0400 Date: Mon, 11 Mar 2013 15:18:54 +0100 From: Stefan Hajnoczi Message-ID: <20130311141854.GB6880@stefanha-thinkpad.redhat.com> References: <1362755412-4624-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1362755412-4624-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] .gitignore: tracing updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: vilanova@ac.upc.edu On Fri, Mar 08, 2013 at 04:10:10PM +0100, Stefan Hajnoczi wrote: > The .gitignore file no longer covers all autogenerated tracing file. These > patches update .gitignore. > > Stefan Hajnoczi (2): > .gitignore: add trace/generated-events.[ch] > .gitignore: rename trace/generated-tracers.dtrace > > .gitignore | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > -- > 1.8.1.4 > Applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan