mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
.gitignore: ignore modules.order explicitly
The pattern '*.order' was added by commit c6025f4c8b
("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>
This commit is contained in:
parent
9b9a3f20cb
commit
a564bdeb5e
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user