From patchwork Fri Jul 31 07:24:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 502412 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 BAB021402ED for ; Fri, 31 Jul 2015 17:22:41 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=OS4KOmxn; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6AD114B92A; Fri, 31 Jul 2015 09:22:38 +0200 (CEST) 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 sJGZSxT6Mpwn; Fri, 31 Jul 2015 09:22:38 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DD1124B8FA; Fri, 31 Jul 2015 09:22:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0C24E4B90E for ; Fri, 31 Jul 2015 09:22:36 +0200 (CEST) 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 YOLrfkjM97n1 for ; Fri, 31 Jul 2015 09:22:35 +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-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by theia.denx.de (Postfix) with ESMTPS id 85FAD4B89A for ; Fri, 31 Jul 2015 09:22:31 +0200 (CEST) Received: by pdrg1 with SMTP id g1so38052962pdr.2 for ; Fri, 31 Jul 2015 00:22:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=knoAQDRd0B4Tx+3Kb/lncUWVE2rIm5wWwxMUVmOEbas=; b=OS4KOmxnrzSZSCSKIgIS6Xn2HKdyoBP0a+iO1XafUUVDvt6eSQUKlufzoMjA2qrN1Y nq8iq0OKAtlgM2v2jZDuUBO+RTWdizA3p6Op2b+OVL7HTVMSIYuXWm9+Z7FYvTXg0zxU /mfYm5fEcWVrWAYadYNqUUNiXD3epTczk6JYewJZEBwabZfBTlUfLVX7psrrFPvKdAn+ 34O51qcnL8SRDfuuBzV2syxEh7dBOyGAiHLF3r3A6mtXEvUYq1SPYCQbEVPysdy2Qy55 q9Sczv1QdHjzEWOSJiqdQ87+x3v8UGqEtNmsZ3WZXMHO3mS9slUvFFWvy1tjHuAGEefB Y6iw== X-Received: by 10.70.129.3 with SMTP id ns3mr3755366pdb.166.1438327348974; Fri, 31 Jul 2015 00:22:28 -0700 (PDT) Received: from ala-d2121-lx1.wrs.com (unknown-157-139.windriver.com. [147.11.157.139]) by smtp.gmail.com with ESMTPSA id j4sm5797557pdo.62.2015.07.31.00.22.27 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 31 Jul 2015 00:22:28 -0700 (PDT) From: Bin Meng To: Simon Glass , U-Boot Mailing List , Tom Rini Date: Fri, 31 Jul 2015 00:24:39 -0700 Message-Id: <1438327480-12885-1-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [U-Boot] [PATCH 1/2] gitignore: Add defconfig and fdtgrep X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Ignore defconfig and tools/fdtgrep. Signed-off-by: Bin Meng Acked-by: Simon Glass --- .gitignore | 1 + tools/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a40c277..33abbd3 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ /LOG /spl/ /tpl/ +/defconfig # # Generated include files diff --git a/tools/.gitignore b/tools/.gitignore index eb1a27e..ff07680 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,6 +1,7 @@ /atmel_pmecc_params /bmp_logo /envcrc +/fdtgrep /fit_check_sign /fit_info /gen_eth_addr