public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] .gitignore: ignore generated u-boot.lst
@ 2012-11-21 14:51 Vincent Stehlé
  2012-11-21 20:00 ` Luka Perkov
  0 siblings, 1 reply; 6+ messages in thread
From: Vincent Stehlé @ 2012-11-21 14:51 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] .gitignore: ignore generated u-boot.lst
  2012-11-21 14:51 [U-Boot] [PATCH] .gitignore: ignore generated u-boot.lst Vincent Stehlé
@ 2012-11-21 20:00 ` Luka Perkov
  2012-11-22 10:50   ` Vincent Stehlé
  0 siblings, 1 reply; 6+ messages in thread
From: Luka Perkov @ 2012-11-21 20:00 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] .gitignore: ignore generated u-boot.lst
  2012-11-21 20:00 ` Luka Perkov
@ 2012-11-22 10:50   ` Vincent Stehlé
  2012-11-22 15:30     ` Luka Perkov
  0 siblings, 1 reply; 6+ messages in thread
From: Vincent Stehlé @ 2012-11-22 10:50 UTC (permalink / raw)
  To: u-boot

On 11/21/2012 09:00 PM, Luka Perkov wrote:
> You should have also removed "/u-boot.lst":

Hi Luka,

I think it is already ignored in denx/master (commit
178d0cc1a4c73c3341afbeb2a93b172de8c96bd1).

Best regards,

V.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] .gitignore: ignore generated u-boot.lst
  2012-11-22 10:50   ` Vincent Stehlé
@ 2012-11-22 15:30     ` Luka Perkov
  2012-11-22 16:52       ` [U-Boot] [PATCH] .gitignore: update path for " Vincent Stehlé
  0 siblings, 1 reply; 6+ messages in thread
From: Luka Perkov @ 2012-11-22 15:30 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] .gitignore: update path for generated u-boot.lst
  2012-11-22 15:30     ` Luka Perkov
@ 2012-11-22 16:52       ` Vincent Stehlé
  2012-11-22 18:22         ` Luka Perkov
  0 siblings, 1 reply; 6+ messages in thread
From: Vincent Stehlé @ 2012-11-22 16:52 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] .gitignore: update path for generated u-boot.lst
  2012-11-22 16:52       ` [U-Boot] [PATCH] .gitignore: update path for " Vincent Stehlé
@ 2012-11-22 18:22         ` Luka Perkov
  0 siblings, 0 replies; 6+ messages in thread
From: Luka Perkov @ 2012-11-22 18:22 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-22 18:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21 14:51 [U-Boot] [PATCH] .gitignore: ignore generated u-boot.lst Vincent Stehlé
2012-11-21 20:00 ` Luka Perkov
2012-11-22 10:50   ` Vincent Stehlé
2012-11-22 15:30     ` Luka Perkov
2012-11-22 16:52       ` [U-Boot] [PATCH] .gitignore: update path for " Vincent Stehlé
2012-11-22 18:22         ` Luka Perkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox