From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3AFDC433F5 for ; Sun, 20 Mar 2022 04:01:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229510AbiCTECr (ORCPT ); Sun, 20 Mar 2022 00:02:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229487AbiCTECp (ORCPT ); Sun, 20 Mar 2022 00:02:45 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 864EE5F274 for ; Sat, 19 Mar 2022 21:01:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647748883; x=1679284883; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=VPZaa+TjLsgOuyu5L01JNKsr8vC91qIxj/yinHI2Hb4=; b=geLJ1bN1OvQHwU3p5JMwBxxGciU0xNvBBsptlxwgJA2VdRRPLg2qyKF1 RLC93pTaU6L/NtD4cqXtSsan1tm64kCXXAnEhbcdEETRngvaZYO3T1oLT dkmrK0BkG8OkECASFjkfHCt9q3i7u0zBbbWFyyTcFC73L8TZq2PqF0XR1 YFy3l49pEnPTomL2x0pSmmBm0e3848BpVkqaK1y632sqiP6rnFkKg9LyH oHjsZErv1UYwzey2trARlNxEThTgDVVKwqAtldoQ2gyg6iJvpgfoZLWhP zW9Un2lcgGGkNMGLQj5qUED7Fm3vlW/TrjLzyE7FkC4AFkf6OQc5y8D0o A==; X-IronPort-AV: E=McAfee;i="6200,9189,10291"; a="254917142" X-IronPort-AV: E=Sophos;i="5.90,195,1643702400"; d="scan'208";a="254917142" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Mar 2022 21:01:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,195,1643702400"; d="scan'208";a="582480778" Received: from npg-dpdk-haiyue-2.sh.intel.com ([10.67.111.4]) by orsmga001.jf.intel.com with ESMTP; 19 Mar 2022 21:01:22 -0700 From: Haiyue Wang To: io-uring@vger.kernel.org Cc: axboe@kernel.dk, Haiyue Wang Subject: [PATCH liburing v1] .gitignore: Add `test/drop-submit` to .gitignore Date: Sun, 20 Mar 2022 11:26:53 +0800 Message-Id: <20220320032653.5986-1-haiyue.wang@intel.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org The commit c56200f72a01 forgot to add it to .gitignore when creating this test. Signed-off-by: Haiyue Wang --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5e3b949..30119dd 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ /test/d77a67ed5f27-test /test/defer /test/double-poll-crash +/test/drop-submit /test/eeed8b54e0df-test /test/empty-eownerdead /test/eventfd -- 2.35.1