From: Ben Dooks on
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 (ben(a)fluff.org, http://www.fluff.org/)

'a smiley only costs 4 bytes'
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Michal Marek on
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/