* [PATCH] trivial: ignore generated hz.bc file
@ 2013-03-07 2:09 Michel Lespinasse
2013-03-07 14:28 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Michel Lespinasse @ 2013-03-07 2:09 UTC (permalink / raw)
To: H. Peter Anvin, Jiri Kosina; +Cc: Andrew Morton, LKML
Commit 70730bca1331f causes kernel/hz.bc to be autogenerated at build time.
Let git ignore the file so it won't show up in git status.
Signed-off-by: Michel Lespinasse <walken@google.com>
diff --git a/kernel/.gitignore b/kernel/.gitignore
index ab4f1090f437..b3097bde4e9c 100644
--- a/kernel/.gitignore
+++ b/kernel/.gitignore
@@ -4,3 +4,4 @@
config_data.h
config_data.gz
timeconst.h
+hz.bc
--
Michel "Walken" Lespinasse
A program is never fully debugged until the last user dies.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] trivial: ignore generated hz.bc file
2013-03-07 2:09 [PATCH] trivial: ignore generated hz.bc file Michel Lespinasse
@ 2013-03-07 14:28 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2013-03-07 14:28 UTC (permalink / raw)
To: Michel Lespinasse; +Cc: H. Peter Anvin, Andrew Morton, LKML
On Wed, 6 Mar 2013, Michel Lespinasse wrote:
> Commit 70730bca1331f causes kernel/hz.bc to be autogenerated at build time.
> Let git ignore the file so it won't show up in git status.
>
> Signed-off-by: Michel Lespinasse <walken@google.com>
>
> diff --git a/kernel/.gitignore b/kernel/.gitignore
> index ab4f1090f437..b3097bde4e9c 100644
> --- a/kernel/.gitignore
> +++ b/kernel/.gitignore
> @@ -4,3 +4,4 @@
> config_data.h
> config_data.gz
> timeconst.h
> +hz.bc
I can take this one. Thanks,
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-07 14:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 2:09 [PATCH] trivial: ignore generated hz.bc file Michel Lespinasse
2013-03-07 14:28 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox