From patchwork Fri Jul 22 13:19:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 72619 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp967527qga; Fri, 22 Jul 2016 05:20:14 -0700 (PDT) X-Received: by 10.237.36.173 with SMTP id t42mr5627429qtc.89.1469190014831; Fri, 22 Jul 2016 05:20:14 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id m63si8487674qki.332.2016.07.22.05.20.14; Fri, 22 Jul 2016 05:20:14 -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 45D9568419; Fri, 22 Jul 2016 12:20:14 +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_H3, RCVD_IN_MSPIKE_WL, 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 6D87A681F7; Fri, 22 Jul 2016 12:20:11 +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 A07C5681FA; Fri, 22 Jul 2016 12:20:09 +0000 (UTC) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com [209.85.215.41]) by lists.linaro.org (Postfix) with ESMTPS id C6981681F4 for ; Fri, 22 Jul 2016 12:20:08 +0000 (UTC) Received: by mail-lf0-f41.google.com with SMTP id b199so84440211lfe.0 for ; Fri, 22 Jul 2016 05:20:08 -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=cYAbYa8J6zA2PO5SYhBU4HMol7z76peIQ2rJLHErFs0=; b=g7amFCYpa5fajf7TaqVivyD+/Dst5PdvGq5Fm/PTqFuyZPI1dlXCbfLqpK90ERbcqu Cu6JmlsLufRA9ve/PIx/rx6nUCTnH7E3g7SMwjcUy9s+DIv0zOhtuNJG/+H/fElYJ5QC qzuR1ytLCYO0W6GehuHYc6mqqLXlRG1wvETFLxB6t+1FemFhJw3nd374F1QZapNpCJyu ao1wyCCSmJmIRfm7dr1iAna2FuWwSucqg+7dtWSv2i64yA9/z7OF8/izVtHVsitwpguo YG77jcLoNUqU+18PloHKukr1GNwIny3WRM71urKkXNyCz1cp5A6FHrGHsD90oHkEddK9 3ZAw== X-Gm-Message-State: AEkooutmVXP7hewFjbF4O0Q4XYCVkx+uw6kx95IKFU7XLweGOWkhSnxV6bmutjytw1qTfHC2Dfg= X-Received: by 10.25.34.65 with SMTP id i62mr2549508lfi.7.1469190007512; Fri, 22 Jul 2016 05:20:07 -0700 (PDT) Received: from erachmi-ericsson.ki.sw.ericsson.se (c-83-233-90-46.cust.bredband2.com. [83.233.90.46]) by smtp.gmail.com with ESMTPSA id l70sm2898053lfe.28.2016.07.22.05.20.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 22 Jul 2016 05:20:06 -0700 (PDT) From: Christophe Milard To: mike.holmes@linaro.org, lng-odp@lists.linaro.org Date: Fri, 22 Jul 2016 15:19:17 +0200 Message-Id: <1469193557-1778-1-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH] helper: test: fixed gitignore 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: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Obviously a miss from commit c4aefb88d31452b3add8cf16f9eef152525c3e93 Signed-off-by: Christophe Milard --- helper/test/.gitignore | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 diff --git a/helper/test/.gitignore b/helper/test/.gitignore index 482fdb5..e5b6a0f 100644 --- a/helper/test/.gitignore +++ b/helper/test/.gitignore @@ -2,6 +2,7 @@ *.log chksum cuckootable +iplookuptable odpthreads parse process