From patchwork Tue Jun 14 13:16:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 69999 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp2042965qgf; Tue, 14 Jun 2016 06:16:38 -0700 (PDT) X-Received: by 10.140.104.134 with SMTP id a6mr19607329qgf.46.1465910198627; Tue, 14 Jun 2016 06:16:38 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id s141si16177537qhb.119.2016.06.14.06.16.38; Tue, 14 Jun 2016 06:16:38 -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 4C74262BBD; Tue, 14 Jun 2016 13:16:38 +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 A16CD617BB; Tue, 14 Jun 2016 13:16:34 +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 ED35F617BB; Tue, 14 Jun 2016 13:16:32 +0000 (UTC) Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) by lists.linaro.org (Postfix) with ESMTPS id EF16861740 for ; Tue, 14 Jun 2016 13:16:31 +0000 (UTC) Received: by mail-lf0-f44.google.com with SMTP id f6so83176322lfg.0 for ; Tue, 14 Jun 2016 06:16:31 -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=6rc4u0+BDF9KVS1ce98L3rYx3YtJH8Ejc9hMsavXMzI=; b=BMV8hYQL3pDjOaOHa0Qw5E0tSN6jsjWiXACSqYEMMiDucZPIN5e08BfopywagFIhUk j7hLDB1eXJayGIll/LgZ7DbpFWzoHEGx7gqhR6reNTUJPsB0vKhcmxS0hWK/NsspplP2 nisZEyR0yTu5oWMX3Jj/qa+9tO+/59b2OSekXg1wqSnQq21k05OZpgEZ6vjNbEsQDbEj 9LID2adAImgtlPTdAItfoAtqep2mIE5R/zXNsbO9m6T9aBTgCBORBkC8wtuLcGHbPIQb H7zvB1B04hpATd/M1Lf8Duq7b7pi0LBYwWi3ZGjKOPJcTaePj/Jga99/xj0xXTIV2qiB pHXg== X-Gm-Message-State: ALyK8tLc46c6Fcisz4HcJTUSlQvlfI9s2ip5Gb4/AigGq5R4YL6rEIW4EOe+TaG4rn1pmrteIJU= X-Received: by 10.46.71.208 with SMTP id u199mr3078045lja.17.1465910190744; Tue, 14 Jun 2016 06:16:30 -0700 (PDT) Received: from localhost.localdomain ([83.220.236.117]) by smtp.gmail.com with ESMTPSA id b8sm3289073lbc.16.2016.06.14.06.16.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Jun 2016 06:16:30 -0700 (PDT) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Tue, 14 Jun 2016 16:16:25 +0300 Message-Id: <1465910185-30351-1-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 X-Topics: timers patch Subject: [lng-odp] [PATCHv2] example: timer: add cunit artifacts to 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: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Maxim Uvarov --- example/timer/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/timer/.gitignore b/example/timer/.gitignore index f53a0df..eaa9a36 100644 --- a/example/timer/.gitignore +++ b/example/timer/.gitignore @@ -1,2 +1,4 @@ +*.log +*.trs odp_timer_test odp_timer_simple