2013-03-23 17:18:46

by Vincent Stehlé

[permalink] [raw]
Subject: [PATCH] gitignore: ignore hz.bc

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


2013-03-26 21:12:15

by Michal Marek

[permalink] [raw]
Subject: Re: [PATCH] gitignore: ignore hz.bc

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