From patchwork Mon Jul 22 21:07:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laszlo Ersek X-Patchwork-Id: 260819 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 7D5752C0040 for ; Tue, 23 Jul 2013 07:43:57 +1000 (EST) Received: from localhost ([::1]:47652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1Ntb-0003NG-AA for incoming@patchwork.ozlabs.org; Mon, 22 Jul 2013 17:43:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1NtA-0003Ek-RT for qemu-devel@nongnu.org; Mon, 22 Jul 2013 17:43:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1Nt7-0004Yz-RM for qemu-devel@nongnu.org; Mon, 22 Jul 2013 17:43:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1NIF-0000FC-Gc for qemu-devel@nongnu.org; Mon, 22 Jul 2013 17:05:19 -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 r6ML5Jq3030851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 22 Jul 2013 17:05:19 -0400 Received: from lacos-laptop.usersys.redhat.com (vpn-58-163.rdu2.redhat.com [10.10.58.163]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r6ML59Mn027345 for ; Mon, 22 Jul 2013 17:05:18 -0400 From: Laszlo Ersek To: qemu-devel@nongnu.org Date: Mon, 22 Jul 2013 23:07:35 +0200 Message-Id: <1374527256-27631-8-git-send-email-lersek@redhat.com> In-Reply-To: <1374527256-27631-1-git-send-email-lersek@redhat.com> References: <1374527256-27631-1-git-send-email-lersek@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 Subject: [Qemu-devel] [PATCH 7/8] add "test-int128" to .gitignore 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 Probably missed in commit 6046c620 ("int128: optimize and add test cases"). Signed-off-by: Laszlo Ersek --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 0fe114d..388cb45 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ qemu-monitor.texi vscclient QMP/qmp-commands.txt test-coroutine +test-int128 test-qmp-input-visitor test-qmp-output-visitor test-string-input-visitor