[U-Boot] [PATCH] .gitignore: ignore generated u-boot.lst

Signed-off-by: Vincent Stehlé v-stehle@ti.com --- .gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore index 1ac43f2..3f728ca 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ /reloc_off
/include/generated/ +/include/u-boot.lst asm-offsets.s
# stgit generated dirs

Hi Vincent,
On Wed, Nov 21, 2012 at 03:51:37PM +0100, Vincent Stehlé wrote:
Signed-off-by: Vincent Stehlé v-stehle@ti.com
.gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore index 1ac43f2..3f728ca 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ /reloc_off
/include/generated/ +/include/u-boot.lst asm-offsets.s
# stgit generated dirs
You should have also removed "/u-boot.lst":
http://lists.denx.de/pipermail/u-boot/2012-November/140360.html
Luka

Hi Vincent,
On Thu, Nov 22, 2012 at 11:50:46AM +0100, Vincent Stehlé wrote:
On 11/21/2012 09:00 PM, Luka Perkov wrote:
You should have also removed "/u-boot.lst":
I think it is already ignored in denx/master (commit 178d0cc1a4c73c3341afbeb2a93b172de8c96bd1).
It is ignored, but it does not need to be. The file is not in that location.
Luka

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@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

Hi Vincent,
On Thu, Nov 22, 2012 at 05:52:21PM +0100, Vincent Stehlé wrote:
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.
I have already sent patch for this:
http://lists.denx.de/pipermail/u-boot/2012-November/140360.html
But I guess you did not look at this link when I pasted it the first time ;)
Luka
participants (2)
-
Luka Perkov
-
Vincent Stehlé