From patchwork Sat Nov 17 16:31:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luka Perkov X-Patchwork-Id: 199860 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 8BB312C008C for ; Sun, 18 Nov 2012 03:31:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 067B94A039; Sat, 17 Nov 2012 17:31:21 +0100 (CET) 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 eXFDDkwjv9Jk; Sat, 17 Nov 2012 17:31:20 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8F26A4A03A; Sat, 17 Nov 2012 17:31:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EA7F64A03A for ; Sat, 17 Nov 2012 17:31:15 +0100 (CET) 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 Rb9ktWDT7h-M for ; Sat, 17 Nov 2012 17:31:15 +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 arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) by theia.denx.de (Postfix) with ESMTPS id 0C7BF4A039 for ; Sat, 17 Nov 2012 17:31:13 +0100 (CET) Received: from arrakis.dune.hu ([127.0.0.1]) by localhost (arrakis.dune.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9mIysz7hC7Qo; Sat, 17 Nov 2012 17:30:43 +0100 (CET) Received: from w500.lan (213-191-157-161.dhcp.iskon.hr [213.191.157.161]) by arrakis.dune.hu (Postfix) with ESMTPSA id DB34D283F13; Sat, 17 Nov 2012 17:30:42 +0100 (CET) Date: Sat, 17 Nov 2012 17:31:10 +0100 From: Luka Perkov To: u-boot@lists.denx.de Message-ID: <20121117163109.GA3536@w500.lan> Mail-Followup-To: u-boot@lists.denx.de, marex@denx.de MIME-Version: 1.0 Content-Disposition: inline Cc: marex@denx.de Subject: [U-Boot] [PATCH] update .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 u-boot.lst is located in include directory. Update .gitignore file accordingly. Signed-off-by: Luka Perkov --- For more information look at git commit 97b24d3. .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ac43f2..a163728 100644 --- a/.gitignore +++ b/.gitignore @@ -38,12 +38,12 @@ /u-boot.sha1 /u-boot.dis /u-boot.lds -/u-boot.lst /u-boot.ubl /u-boot.ais /u-boot.dtb /u-boot.sb /u-boot.geany +/include/u-boot.lst # # Generated files