Commit a564bdeb authored by Masahiro Yamada's avatar Masahiro Yamada

.gitignore: ignore modules.order explicitly

The pattern '*.order' was added by commit c6025f4c ("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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 9b9a3f20
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
*.mod.c *.mod.c
*.o *.o
*.o.* *.o.*
*.order
*.patch *.patch
*.s *.s
*.so *.so
...@@ -46,6 +45,7 @@ ...@@ -46,6 +45,7 @@
*.xz *.xz
Module.symvers Module.symvers
modules.builtin modules.builtin
modules.order
# #
# Top-level generic files # Top-level generic files
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment