* [PATCH] .gitignore: sort normal pattern rules alphabetically
@ 2018-06-01 2:26 Masahiro Yamada
2018-06-04 6:55 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2018-06-01 2:26 UTC (permalink / raw)
To: barebox
Follow Linux commit 1377dd3e2987 (".gitignore: sort normal pattern
rules alphabetically").
This would allow us to easily catch duplicated patterns if any.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
.gitignore | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/.gitignore b/.gitignore
index bbcfa22..d83d317 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,29 +7,29 @@
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
-# Normal rules
+# Normal rules (sorted alphabetically)
#
.*
+*.a
+*.bbenv
+*.bbenv.*
+*.bct
+*.dcd
+*.dcd.S
+*.elf
+*.i
+*.ko
+*.lst
+*.mcp
+*.mod.c
*.o
*.o.*
-*.a
+*.patch
+*.pyc
*.s
-*.ko
*.so
*.so.dbg
-*.mod.c
-*.i
-*.lst
*.symtypes
-*.elf
-*.patch
-*.pyc
-*.mcp
-*.bct
-*.dcd
-*.dcd.S
-*.bbenv
-*.bbenv.*
Module.symvers
#
--
2.7.4
_______________________________________________
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: sort normal pattern rules alphabetically
2018-06-01 2:26 [PATCH] .gitignore: sort normal pattern rules alphabetically Masahiro Yamada
@ 2018-06-04 6:55 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-06-04 6:55 UTC (permalink / raw)
To: Masahiro Yamada; +Cc: barebox
On Fri, Jun 01, 2018 at 11:26:09AM +0900, Masahiro Yamada wrote:
> Follow Linux commit 1377dd3e2987 (".gitignore: sort normal pattern
> rules alphabetically").
>
> This would allow us to easily catch duplicated patterns if any.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
Applied, thanks
Sascha
>
> .gitignore | 30 +++++++++++++++---------------
> 1 file changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index bbcfa22..d83d317 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -7,29 +7,29 @@
> # command after changing this file, to see if there are
> # any tracked files which get ignored after the change.
> #
> -# Normal rules
> +# Normal rules (sorted alphabetically)
> #
> .*
> +*.a
> +*.bbenv
> +*.bbenv.*
> +*.bct
> +*.dcd
> +*.dcd.S
> +*.elf
> +*.i
> +*.ko
> +*.lst
> +*.mcp
> +*.mod.c
> *.o
> *.o.*
> -*.a
> +*.patch
> +*.pyc
> *.s
> -*.ko
> *.so
> *.so.dbg
> -*.mod.c
> -*.i
> -*.lst
> *.symtypes
> -*.elf
> -*.patch
> -*.pyc
> -*.mcp
> -*.bct
> -*.dcd
> -*.dcd.S
> -*.bbenv
> -*.bbenv.*
> Module.symvers
>
> #
> --
> 2.7.4
>
>
> _______________________________________________
> 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] 2+ messages in thread
end of thread, other threads:[~2018-06-04 6:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-01 2:26 [PATCH] .gitignore: sort normal pattern rules alphabetically Masahiro Yamada
2018-06-04 6:55 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox