From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoD9D-000454-Kg for qemu-devel@nongnu.org; Thu, 07 Apr 2016 12:51:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoD9C-0001e4-K8 for qemu-devel@nongnu.org; Thu, 07 Apr 2016 12:51:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoD9C-0001e0-EW for qemu-devel@nongnu.org; Thu, 07 Apr 2016 12:51:10 -0400 From: Paolo Bonzini Date: Thu, 7 Apr 2016 18:50:44 +0200 Message-Id: <1460047845-14488-15-git-send-email-pbonzini@redhat.com> In-Reply-To: <1460047845-14488-1-git-send-email-pbonzini@redhat.com> References: <1460047845-14488-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 14/15] tests: ignore test-logging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Changlong Xie From: Changlong Xie Commit 3514552e added a new test, but did not mark it for exclusion in .gitignore. Signed-off-by: Changlong Xie Reviewed-by: Eric Blake Message-Id: <1459903756-30672-1-git-send-email-xiecl.fnst@cn.fujitsu.com> Signed-off-by: Paolo Bonzini --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index b7bf13e..9eed229 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -39,6 +39,7 @@ test-io-channel-file.txt test-io-channel-socket test-io-channel-tls test-io-task +test-logging test-mul64 test-opts-visitor test-qapi-event.[ch] -- 2.5.5