Skip to content

Commit

Permalink
.gitignore: ignore modules.order explicitly
Browse files Browse the repository at this point in the history
The pattern '*.order' was added by commit c6025f4 ("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 <[email protected]>
  • Loading branch information
masahir0y committed Aug 21, 2019
1 parent 9b9a3f2 commit a564bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
*.mod.c
*.o
*.o.*
*.order
*.patch
*.s
*.so
Expand All @@ -46,6 +45,7 @@
*.xz
Module.symvers
modules.builtin
modules.order

#
# Top-level generic files
Expand Down

0 comments on commit a564bde

Please sign in to comment.