From patchwork Thu May 26 05:21:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi He X-Patchwork-Id: 68667 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp217438qge; Wed, 25 May 2016 22:21:59 -0700 (PDT) X-Received: by 10.55.80.136 with SMTP id e130mr7387062qkb.55.1464240119243; Wed, 25 May 2016 22:21:59 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 81si2328154qhg.57.2016.05.25.22.21.58; Wed, 25 May 2016 22:21:59 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id BDA3C617DB; Thu, 26 May 2016 05:21:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 5B962616F5; Thu, 26 May 2016 05:21:54 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 36231616F8; Thu, 26 May 2016 05:21:53 +0000 (UTC) Received: from mail-pf0-f171.google.com (mail-pf0-f171.google.com [209.85.192.171]) by lists.linaro.org (Postfix) with ESMTPS id 0C729616F2 for ; Thu, 26 May 2016 05:21:52 +0000 (UTC) Received: by mail-pf0-f171.google.com with SMTP id y69so27105035pfb.1 for ; Wed, 25 May 2016 22:21:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=56xIHx8M1mi+o//mHFvnAoj6gVCRtcHsWPyucnDrrWI=; b=ENsUPDBUUBHBlla009ljTxKcwf9YskYywgJoBj+tLBVL4d7Jo3zi8fliDrvUve/YeQ jRPnuzJhK3frZWg00SrSh5Yw2gvQUZ8dcxLOq8r0wdaVgvcQGvK5mpJGFQ7BT9Jvd/xN eyDEyOPTR0U7v37cLv4ocBGyaX4+jgVWPJB3lM30t7RcKmUwTg10T1PcgihyGZ7vOr5H qq2kIQeWB3XkRSTKTLadeFbyvMJzunGxVbqJhQ1hZA9S1WwU+LqcuKmDlRQLeImmnzm5 EO9XmhEXawDhZ5hoDm5ErB+BtCxRvo1wE0ZlEHyLtq6pDLH+l7d5b152I+qGqy1FFUoY 6Zyg== X-Gm-Message-State: ALyK8tJNItkdirOPgA5Be3W3CmjZ2nGN+GZNW8nd65ezpz98G4NsvjigrSGuFy9h7CUtI361WV8= X-Received: by 10.98.69.197 with SMTP id n66mr11249544pfi.75.1464240111336; Wed, 25 May 2016 22:21:51 -0700 (PDT) Received: from ubuntu.heyii.co (ubuntu.heyii.co. [45.32.66.203]) by smtp.googlemail.com with ESMTPSA id kb15sm16674424pad.28.2016.05.25.22.21.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 May 2016 22:21:50 -0700 (PDT) From: Yi He To: lng-odp@lists.linaro.org Date: Thu, 26 May 2016 05:21:39 +0000 Message-Id: <1464240099-15814-1-git-send-email-yi.he@linaro.org> X-Mailer: git-send-email 1.9.1 X-Topics: patch Subject: [lng-odp] [PATCH] linux-generic: test: ring: .gitignore ring_main X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Yi He --- platform/linux-generic/test/ring/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/linux-generic/test/ring/.gitignore b/platform/linux-generic/test/ring/.gitignore index 4767f5e..7341a34 100644 --- a/platform/linux-generic/test/ring/.gitignore +++ b/platform/linux-generic/test/ring/.gitignore @@ -1 +1 @@ -ringtest +ring_main