From patchwork Sun Jul 15 16:29:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luka Perkov X-Patchwork-Id: 171078 X-Patchwork-Delegate: agust@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id EAC222C009A for ; Mon, 16 Jul 2012 02:29:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D376C28165; Sun, 15 Jul 2012 18:29:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ayFT6EUjppSK; Sun, 15 Jul 2012 18:29:49 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 20C8B2815B; Sun, 15 Jul 2012 18:29:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A647B2815B for ; Sun, 15 Jul 2012 18:29:44 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C4C6r0bmSej6 for ; Sun, 15 Jul 2012 18:29:44 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by theia.denx.de (Postfix) with ESMTPS id 1AB492815A for ; Sun, 15 Jul 2012 18:29:42 +0200 (CEST) Received: by weyu54 with SMTP id u54so3114869wey.3 for ; Sun, 15 Jul 2012 09:29:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent:x-gm-message-state; bh=F5CYY0+ecQUv6dDOoyXrLMQo8KbCeFmWLQFQYvjdLU8=; b=Vk9wlKlbd1x1l1vzTMmhLUt8rK0Gkra6A9aOH5mvjU1BgsV3JZNmY7wDBXeM+w9szY PINFktq2n2zodihZzyOitP4lfNFYUXO5XUyqMG6uxdmwl3W9I1Y3Wd/JOYWtZjJnoeJ+ 9A6PulXBa44GVbxUmXDZjz6MlT0M5SoE3TBdgjXbNVrUKuwxoYOXdtxrJ1wcKHZJMU4Y O+5ZCQicM0f8Nr36slqP6UL69vvlhD1FIIvTmPJyM3lO3bjOA+fk7z7uh3+XF57cnZHu 9Mn5BOFsqxQsU2o4KoLJvfae2ewOEVYFwJj84uA9TEwUF9hEH1sAxfcyZU74mJvxxKzd TohQ== Received: by 10.216.195.212 with SMTP id p62mr4189124wen.217.1342369780930; Sun, 15 Jul 2012 09:29:40 -0700 (PDT) Received: from localhost (zg07-058.dialin.iskon.hr. [213.191.150.59]) by mx.google.com with ESMTPS id eu4sm16619226wib.2.2012.07.15.09.29.39 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 15 Jul 2012 09:29:40 -0700 (PDT) Date: Sun, 15 Jul 2012 18:29:38 +0200 From: Luka Perkov To: u-boot@lists.denx.de Message-ID: <20120715162938.GA18196@w500.iskon.local> Mail-Followup-To: u-boot@lists.denx.de, prafulla@marvell.com MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQkhkFFFgMPFDziOIzkGNuBtEhd/Yhm3BQ52kOCG5kJiwKyFPd6S8ZEfbbP+U4tS/uzjwWtm Subject: [U-Boot] [PATCH] tools: add kwboot binary to .gitignore file X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Luka Perkov Acked-by: Prafulla Wadaskar Acked-by: Mike Frysinger --- tools/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/.gitignore b/tools/.gitignore index e4d2c2f..a8bd819 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -2,6 +2,7 @@ /envcrc /gen_eth_addr /img2srec +/kwboot /mkenvimage /mkimage /mpc86x_clk