From patchwork Tue Oct 15 02:58:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fam Zheng X-Patchwork-Id: 283450 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9A2E62C00D0 for ; Tue, 15 Oct 2013 13:59:23 +1100 (EST) Received: from localhost ([::1]:39475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVuqs-000434-Ji for incoming@patchwork.ozlabs.org; Mon, 14 Oct 2013 22:59:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVuqZ-00041x-Ve for qemu-devel@nongnu.org; Mon, 14 Oct 2013 22:59:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVuqS-0007pR-Ix for qemu-devel@nongnu.org; Mon, 14 Oct 2013 22:58:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVuqS-0007oc-Ah; Mon, 14 Oct 2013 22:58:52 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9F2woSu005303 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 14 Oct 2013 22:58:50 -0400 Received: from T430s.nay.redhat.com (vpn1-5-72.sin2.redhat.com [10.67.5.72]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r9F2wf0j001298; Mon, 14 Oct 2013 22:58:43 -0400 From: Fam Zheng To: qemu-devel@nongnu.org Date: Tue, 15 Oct 2013 10:58:39 +0800 Message-Id: <1381805919-11572-1-git-send-email-famz@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: qemu-trivial@nongnu.org, mjt@tls.msk.ru, lcapitulino@redhat.com Subject: [Qemu-devel] [PATCH] .gitignore: ignore qmp-commands.txt X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This file is moved out from QMP/ to BUILD dir, change the ignore file too. Signed-off-by: Fam Zheng Reviewed-by: Luiz Capitulino --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e1b73f..5584b5f 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,7 @@ qemu-ga qemu-bridge-helper qemu-monitor.texi vscclient -QMP/qmp-commands.txt +qmp-commands.txt test-bitops test-coroutine test-int128