projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b9a3f2
)
.gitignore: ignore modules.order explicitly
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Mon, 19 Aug 2019 04:18:07 +0000
(13:18 +0900)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Wed, 21 Aug 2019 16:14:11 +0000
(
01:14
+0900)
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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
2030c7a
..
ce2c634
100644
(file)
--- 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