diff mbox series

.gitignore: ignore modules.order explicitly

Message ID 20190819041807.11433-1-yamada.masahiro@socionext.com (mailing list archive)
State New, archived
Headers show
Series .gitignore: ignore modules.order explicitly | expand

Commit Message

Masahiro Yamada Aug. 19, 2019, 4:18 a.m. UTC
The pattern '*.order' was added by commit c6025f4c8bbe ("kbuild: ignore
*.order files") to ignore modules.order files.

I do not see any other user of the '.order' extension.

Ignore 'modules.order' explicitly instead of '*.order'.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada Aug. 25, 2019, 1:34 a.m. UTC | #1
On Mon, Aug 19, 2019 at 1:18 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> The pattern '*.order' was added by commit c6025f4c8bbe ("kbuild: ignore
> *.order files") to ignore modules.order files.
>
> I do not see any other user of the '.order' extension.
>
> Ignore 'modules.order' explicitly instead of '*.order'.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Applied to linux-kbuild.




> ---
>
>  .gitignore | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.gitignore b/.gitignore
> index 2030c7a4d2f8..ce2c6348d372 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -34,7 +34,6 @@
>  *.mod.c
>  *.o
>  *.o.*
> -*.order
>  *.patch
>  *.s
>  *.so
> @@ -46,6 +45,7 @@
>  *.xz
>  Module.symvers
>  modules.builtin
> +modules.order
>
>  #
>  # Top-level generic files
> --
> 2.17.1
>
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 2030c7a4d2f8..ce2c6348d372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,7 +34,6 @@ 
 *.mod.c
 *.o
 *.o.*
-*.order
 *.patch
 *.s
 *.so
@@ -46,6 +45,7 @@ 
 *.xz
 Module.symvers
 modules.builtin
+modules.order
 
 #
 # Top-level generic files