The modules.order and modules.builtin files are ending up clogging
up 'git status' enquiries after building a recent kernel. Is there
any reason these can't be hidden?
--
Ben ([email protected], http://www.fluff.org/)
'a smiley only costs 4 bytes'
On 4.1.2010 05:57, Ben Dooks wrote:
> The modules.order and modules.builtin files are ending up clogging
> up 'git status' enquiries after building a recent kernel. Is there
> any reason these can't be hidden?
There is
*.order
modules.builtin
in the top-level .gitignore file.
Michal