* [PATCH] .gitignore: drop stale ignore pattern include/asm
@ 2020-05-15 14:58 Masahiro Yamada
2020-05-18 6:18 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2020-05-15 14:58 UTC (permalink / raw)
To: barebox; +Cc: Masahiro Yamada
In old days, Linux created a symlink include/asm -> include/asm-*,
but all the asm headers were moved to arch/*/include/asm, which
is the same for Barebox too.
Remove the bitrotten ignore pattern.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---
include/.gitignore | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/.gitignore b/include/.gitignore
index f28372a3d..18e58a752 100644
--- a/include/.gitignore
+++ b/include/.gitignore
@@ -1,2 +1 @@
-asm
/config.h
--
2.25.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] .gitignore: drop stale ignore pattern include/asm
2020-05-15 14:58 [PATCH] .gitignore: drop stale ignore pattern include/asm Masahiro Yamada
@ 2020-05-18 6:18 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-05-18 6:18 UTC (permalink / raw)
To: Masahiro Yamada; +Cc: barebox
On Fri, May 15, 2020 at 11:58:25PM +0900, Masahiro Yamada wrote:
> In old days, Linux created a symlink include/asm -> include/asm-*,
> but all the asm headers were moved to arch/*/include/asm, which
> is the same for Barebox too.
>
> Remove the bitrotten ignore pattern.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
Applied, thanks
Sascha
>
> include/.gitignore | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/.gitignore b/include/.gitignore
> index f28372a3d..18e58a752 100644
> --- a/include/.gitignore
> +++ b/include/.gitignore
> @@ -1,2 +1 @@
> -asm
> /config.h
> --
> 2.25.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
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] 2+ messages in thread
end of thread, other threads:[~2020-05-18 6:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 14:58 [PATCH] .gitignore: drop stale ignore pattern include/asm Masahiro Yamada
2020-05-18 6:18 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox