From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fKnjM-0007ob-Da for qemu-devel@nongnu.org; Mon, 21 May 2018 12:32:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fKnjI-000878-5Z for qemu-devel@nongnu.org; Mon, 21 May 2018 12:32:16 -0400 Received: from mga14.intel.com ([192.55.52.115]:48360) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fKnjH-00086Q-SZ for qemu-devel@nongnu.org; Mon, 21 May 2018 12:32:12 -0400 From: Ross Zwisler Date: Mon, 21 May 2018 10:32:01 -0600 Message-Id: <20180521163203.26590-3-ross.zwisler@linux.intel.com> In-Reply-To: <20180521163203.26590-1-ross.zwisler@linux.intel.com> References: <20180521163203.26590-1-ross.zwisler@linux.intel.com> Subject: [Qemu-devel] [qemu PATCH v4 2/4] tests/.gitignore: add entry for generated file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , qemu-devel@nongnu.org Cc: Ross Zwisler , Haozhong Zhang , "Michael S . Tsirkin" , Stefan Hajnoczi , Eduardo Habkost , linux-nvdimm , "Elliott, Robert (Persistent Memory)" , Kevin Wolf After a "make check" we end up with the following: $ git status On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add ..." to include in what will be committed) tests/test-block-backend nothing added to commit but untracked files present (use "git add" to track) Signed-off-by: Ross Zwisler Fixes: commit ad0df3e0fdac ("block: test blk_aio_flush() with blk->root == NULL") Cc: Kevin Wolf --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index fb62d2299b..2bc61a9a58 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -21,6 +21,7 @@ test-base64 test-bdrv-drain test-bitops test-bitcnt +test-block-backend test-blockjob test-blockjob-txn test-bufferiszero -- 2.14.3