]> git.baikalelectronics.ru Git - kernel.git/commit
.gitignore: ignore modules.order explicitly
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 19 Aug 2019 04:18:07 +0000 (13:18 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Aug 2019 16:14:11 +0000 (01:14 +0900)
commit296a3bf11208800d1830563453ad0a12eb3382fb
tree7beab77ede64c18c575c93667011aecab6066495
parent078160f067a7b0175fbc5274596df97ce8d5d6c9
.gitignore: ignore modules.order explicitly

The pattern '*.order' was added by commit 2731e8876f3a ("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