From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Fam Zheng Date: Tue, 15 Oct 2013 10:58:39 +0800 Message-Id: <1381805919-11572-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH] .gitignore: ignore qmp-commands.txt 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, lcapitulino@redhat.com This file is moved out from QMP/ to BUILD dir, change the ignore file too. Signed-off-by: Fam Zheng --- .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 -- 1.8.3.1