From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7hWd-0000ww-45 for qemu-devel@nongnu.org; Mon, 27 Jan 2014 03:26:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7hWX-00057Y-53 for qemu-devel@nongnu.org; Mon, 27 Jan 2014 03:26:35 -0500 From: Fam Zheng Date: Mon, 27 Jan 2014 16:26:21 +0800 Message-Id: <1390811181-21772-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH] tests/.gitignore: Ignore tests/check-qom-interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, mjt@tls.msk.ru Signed-off-by: Fam Zheng --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 1aed224..9ba9d96 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -4,6 +4,7 @@ check-qint check-qjson check-qlist check-qstring +check-qom-interface test-aio test-bitops test-throttle -- 1.8.5.3