Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a564bdeb authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

.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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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