From patchwork Tue Jun 14 12:24:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 69997 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp2018805qgf; Tue, 14 Jun 2016 05:24:51 -0700 (PDT) X-Received: by 10.55.17.84 with SMTP id b81mr19524965qkh.104.1465907090998; Tue, 14 Jun 2016 05:24:50 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id z128si18168239qhc.114.2016.06.14.05.24.50; Tue, 14 Jun 2016 05:24:50 -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 732366865A; Tue, 14 Jun 2016 12:24:50 +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 7645868600; Tue, 14 Jun 2016 12:24:44 +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 0881D6864F; Tue, 14 Jun 2016 12:24:43 +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 F3854685FF for ; Tue, 14 Jun 2016 12:24:40 +0000 (UTC) Received: by mail-lf0-f41.google.com with SMTP id f6so82220441lfg.0 for ; Tue, 14 Jun 2016 05:24:40 -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=EL7p5gOgyPdjDwK735zfuXl9d6ociZJbLrSS8NUJJDUz5iRJxvH1DnN8vd4aWCWvRW XcDGKIE13Wj0Ag7y8hFNAFOQxj89fpZBlv9JfDVyMiK2ZyI6puZxyNvMvgbWg2/05oMl QhQkdXWdC0JgfMcrXJTVjn+sLaozgVhZVhzBQP6FQ/2mrdgvv3Tg410cuYlcEFoz+j0S r/ynNSBot0SJ7KfmzCTpLiC5FtT9kx/q+et15yk68EbwGC9xQJFk97e44sB/1l/d2GpA cOa5IenqLhdUnOXz9hCca/sAJl0DKEIFDtn9Orls33DRhir7/k2Z+kVd0FHJJjHIEbVY A+Lg== X-Gm-Message-State: ALyK8tItfR5V8hhNRy6sjfCAXnVPg2DXHJuutYzUn77jXkcgs0lpDkFP8KRLDqAU8Ct/89KpNts= X-Received: by 10.46.71.3 with SMTP id u3mr5259891lja.67.1465907079773; Tue, 14 Jun 2016 05:24:39 -0700 (PDT) Received: from localhost.localdomain ([83.220.236.117]) by smtp.gmail.com with ESMTPSA id l6sm3313036lfe.37.2016.06.14.05.24.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Jun 2016 05:24:39 -0700 (PDT) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Tue, 14 Jun 2016 15:24:35 +0300 Message-Id: <1465907075-14545-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] [PATCH] example: timer: add cunit artefacts 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