From patchwork Tue Nov 25 02:20:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 414205 X-Patchwork-Delegate: sjg@chromium.org 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 6D76214012E for ; Tue, 25 Nov 2014 13:20:26 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CD2864B606; Tue, 25 Nov 2014 03:20:22 +0100 (CET) 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 3Xk9D3pQlSmG; Tue, 25 Nov 2014 03:20:22 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 203314B600; Tue, 25 Nov 2014 03:20:22 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D1C744B600 for ; Tue, 25 Nov 2014 03:20:19 +0100 (CET) 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 7QJF5IRS3o8R for ; Tue, 25 Nov 2014 03:20:19 +0100 (CET) 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-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by theia.denx.de (Postfix) with ESMTPS id 5F5BA4B5FD for ; Tue, 25 Nov 2014 03:20:15 +0100 (CET) Received: by mail-pa0-f48.google.com with SMTP id rd3so10769615pab.21 for ; Mon, 24 Nov 2014 18:20:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=86zRP4EfiQ7qg2c6tipWkV3F7k4hzRZ7XpCXU38gWqs=; b=xrfw03iWmC+CtW7FQv/ecBhZp9/jX4lArQ1Ubg+XwPNn9OlXNSxomzLT2yfd+9oIBP /c4GCc/FvR4RwnCA+Ja8fjhsmAX1dreyR5NP1JZoFCBtmSHSj6QYO40IUBg96TVWiN5f uYokliBdHG4x030Mi39ybfbUYAPDYoJ+VZEl96gtVmZEocaFVB1MieO1jOjjRhG3WWck xUZqu0P0OwTwLz4hJ++WrieqVVtZVBUNDV45XeBP9uuC2HDvNLtgybz9j+aAlQfwUGFa 9Vl60+z5gU/R8q90xHQNpkMg6cRktSmr4bVc+J7l2dHIHm9hNe3W/UhK/xMtxvysPihr tg3Q== X-Received: by 10.68.102.100 with SMTP id fn4mr38930012pbb.48.1416882014117; Mon, 24 Nov 2014 18:20:14 -0800 (PST) Received: from localhost ([106.120.101.38]) by mx.google.com with ESMTPSA id qm9sm13702719pac.14.2014.11.24.18.20.12 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 24 Nov 2014 18:20:13 -0800 (PST) From: Bin Meng To: U-Boot Mailing List Date: Tue, 25 Nov 2014 10:20:08 +0800 Message-Id: <1416882008-8789-1-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.8.2.1 Subject: [U-Boot] [PATCH] tools: Add ifdtool to .gitignore X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Bin Meng Acked-by: Simon Glass --- tools/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/.gitignore b/tools/.gitignore index e7f0f8f..9bc9fec 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -4,6 +4,7 @@ /fit_check_sign /fit_info /gen_eth_addr +/ifdtool /img2srec /kwboot /dumpimage