[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130307020928.GA24396@google.com>
Date: Wed, 6 Mar 2013 18:09:28 -0800
From: Michel Lespinasse <walken@...gle.com>
To: "H. Peter Anvin" <hpa@...or.com>, Jiri Kosina <trivial@...nel.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] trivial: ignore generated hz.bc file
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@...gle.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists