mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] scripts: gitignore += omap3-usb-loader
@ 2018-06-13 15:26 Uwe Kleine-König
  2018-06-13 15:43 ` Sam Ravnborg
  2018-06-14  5:35 ` Sascha Hauer
  0 siblings, 2 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2018-06-13 15:26 UTC (permalink / raw)
  To: barebox

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 scripts/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/.gitignore b/scripts/.gitignore
index 2a9ae6bdcf36..adcb4fe16b73 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -25,4 +25,5 @@ mk-am35xx-spi-image
 mxsimage
 mxsboot
 mxs-usb-loader
+/omap3-usb-loader
 omap4_usbboot
-- 
2.17.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] scripts: gitignore += omap3-usb-loader
  2018-06-13 15:26 [PATCH] scripts: gitignore += omap3-usb-loader Uwe Kleine-König
@ 2018-06-13 15:43 ` Sam Ravnborg
  2018-06-13 16:19   ` Uwe Kleine-König
  2018-06-14  5:35 ` Sascha Hauer
  1 sibling, 1 reply; 5+ messages in thread
From: Sam Ravnborg @ 2018-06-13 15:43 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: barebox

On Wed, Jun 13, 2018 at 05:26:44PM +0200, Uwe Kleine-König wrote:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  scripts/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/scripts/.gitignore b/scripts/.gitignore
> index 2a9ae6bdcf36..adcb4fe16b73 100644
> --- a/scripts/.gitignore
> +++ b/scripts/.gitignore
> @@ -25,4 +25,5 @@ mk-am35xx-spi-image
>  mxsimage
>  mxsboot
>  mxs-usb-loader
> +/omap3-usb-loader

Was it on purpose that a "/" was added?

	Sam

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] scripts: gitignore += omap3-usb-loader
  2018-06-13 15:43 ` Sam Ravnborg
@ 2018-06-13 16:19   ` Uwe Kleine-König
  2018-06-13 20:32     ` Sam Ravnborg
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Kleine-König @ 2018-06-13 16:19 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: barebox

On Wed, Jun 13, 2018 at 05:43:16PM +0200, Sam Ravnborg wrote:
> On Wed, Jun 13, 2018 at 05:26:44PM +0200, Uwe Kleine-König wrote:
> > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> > ---
> >  scripts/.gitignore | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/scripts/.gitignore b/scripts/.gitignore
> > index 2a9ae6bdcf36..adcb4fe16b73 100644
> > --- a/scripts/.gitignore
> > +++ b/scripts/.gitignore
> > @@ -25,4 +25,5 @@ mk-am35xx-spi-image
> >  mxsimage
> >  mxsboot
> >  mxs-usb-loader
> > +/omap3-usb-loader
> 
> Was it on purpose that a "/" was added?

Yes, the effect is that the pattern is only applied to the current
directory but not subdirs.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] scripts: gitignore += omap3-usb-loader
  2018-06-13 16:19   ` Uwe Kleine-König
@ 2018-06-13 20:32     ` Sam Ravnborg
  0 siblings, 0 replies; 5+ messages in thread
From: Sam Ravnborg @ 2018-06-13 20:32 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: barebox

Hi Uwe.

> > 
> > Was it on purpose that a "/" was added?
> 
> Yes, the effect is that the pattern is only applied to the current
> directory but not subdirs.

Thanks for the explanation.

	Sam

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] scripts: gitignore += omap3-usb-loader
  2018-06-13 15:26 [PATCH] scripts: gitignore += omap3-usb-loader Uwe Kleine-König
  2018-06-13 15:43 ` Sam Ravnborg
@ 2018-06-14  5:35 ` Sascha Hauer
  1 sibling, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2018-06-14  5:35 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: barebox

On Wed, Jun 13, 2018 at 05:26:44PM +0200, Uwe Kleine-König wrote:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  scripts/.gitignore | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha

> 
> diff --git a/scripts/.gitignore b/scripts/.gitignore
> index 2a9ae6bdcf36..adcb4fe16b73 100644
> --- a/scripts/.gitignore
> +++ b/scripts/.gitignore
> @@ -25,4 +25,5 @@ mk-am35xx-spi-image
>  mxsimage
>  mxsboot
>  mxs-usb-loader
> +/omap3-usb-loader
>  omap4_usbboot
> -- 
> 2.17.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-06-14  5:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-13 15:26 [PATCH] scripts: gitignore += omap3-usb-loader Uwe Kleine-König
2018-06-13 15:43 ` Sam Ravnborg
2018-06-13 16:19   ` Uwe Kleine-König
2018-06-13 20:32     ` Sam Ravnborg
2018-06-14  5:35 ` Sascha Hauer

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