From patchwork Thu Nov 22 16:52:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Vincent_Stehl=C3=A9?= X-Patchwork-Id: 201087 X-Patchwork-Delegate: trini@ti.com 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 3BB4E2C009B for ; Fri, 23 Nov 2012 03:52:55 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C6CD84A025; Thu, 22 Nov 2012 17:52:51 +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 ATNFnQIDXiEY; Thu, 22 Nov 2012 17:52:51 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 168394A01E; Thu, 22 Nov 2012 17:52:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BB8094A01E for ; Thu, 22 Nov 2012 17:52:45 +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 ZDFZk8CtYP1E for ; Thu, 22 Nov 2012 17:52:41 +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 devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by theia.denx.de (Postfix) with ESMTPS id 2F4FC4A01C for ; Thu, 22 Nov 2012 17:52:38 +0100 (CET) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id qAMGqa2p025516; Thu, 22 Nov 2012 10:52:36 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id qAMGqZjc009445; Thu, 22 Nov 2012 10:52:36 -0600 Received: from dlelxv24.itg.ti.com (172.17.1.199) by dfle73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.1.323.3; Thu, 22 Nov 2012 10:52:35 -0600 Received: from svrhermes.tif.ti.com (svrhermes.tif.ti.com [137.167.130.169]) by dlelxv24.itg.ti.com (8.13.8/8.13.8) with ESMTP id qAMGqZD6022133; Thu, 22 Nov 2012 10:52:35 -0600 Received: from unb0919505.tif.ti.com (unb0919505.tif.ti.com [137.167.100.142]) by svrhermes.tif.ti.com (Postfix) with ESMTP id E3B3D37011; Thu, 22 Nov 2012 17:52:34 +0100 (MET) Received: from vstehle by unb0919505.tif.ti.com with local (Exim 4.76) (envelope-from ) id 1Tba0w-0000W9-73; Thu, 22 Nov 2012 17:52:34 +0100 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= To: Date: Thu, 22 Nov 2012 17:52:21 +0100 Message-ID: <1353603141-1757-1-git-send-email-v-stehle@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <20121122153058-29507@mutt-kz> References: <20121122153058-29507@mutt-kz> MIME-Version: 1.0 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH] .gitignore: update path for generated u-boot.lst 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 Luka: (/u-boot.lst) > It is ignored, but it does not need to be. The file is not in that location. Ah! Thanks for the clarification; here is an updated patch. Best regards, V. --->8--- Signed-off-by: Vincent Stehlé --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ac43f2..9afb504 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,6 @@ /u-boot.sha1 /u-boot.dis /u-boot.lds -/u-boot.lst /u-boot.ubl /u-boot.ais /u-boot.dtb @@ -55,6 +54,7 @@ /reloc_off /include/generated/ +/include/u-boot.lst asm-offsets.s # stgit generated dirs