[U-Boot] [PATCH] .gitignore: update path for generated u-boot.lst

Vincent Stehlé v-stehle at ti.com
Thu Nov 22 17:52:21 CET 2012


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é <v-stehle at ti.com>
---
 .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
-- 
1.7.9.5



More information about the U-Boot mailing list