From patchwork Thu Nov 22 16:52:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [U-Boot] .gitignore: update path for generated u-boot.lst Date: Thu, 22 Nov 2012 06:52:21 -0000 From: =?utf-8?q?Vincent_Stehl=C3=A9?= X-Patchwork-Id: 201087 Message-Id: <1353603141-1757-1-git-send-email-v-stehle@ti.com> To: Cc: u-boot@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