Signed-off-by: Vincent Stehlé <[email protected]>
---
kernel/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/.gitignore b/kernel/.gitignore
index ab4f109..b3097bd 100644
--- a/kernel/.gitignore
+++ b/kernel/.gitignore
@@ -4,3 +4,4 @@
config_data.h
config_data.gz
timeconst.h
+hz.bc
--
1.7.10.4
On Sat, Mar 23, 2013 at 06:18:23PM +0100, Vincent wrote:
> Signed-off-by: Vincent Stehl? <[email protected]>
> ---
> kernel/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/kernel/.gitignore b/kernel/.gitignore
> index ab4f109..b3097bd 100644
> --- a/kernel/.gitignore
> +++ b/kernel/.gitignore
> @@ -4,3 +4,4 @@
> config_data.h
> config_data.gz
> timeconst.h
> +hz.bc
This is already fixed in linux-next.
Michal