[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-12a601c64339d2d28af534d2324f87cf00ba8cd8@git.kernel.org>
Date: Wed, 15 Mar 2017 11:36:50 -0700
From: tip-bot for Changbin Du <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, tglx@...utronix.de, mingo@...nel.org,
acme@...hat.com, peterz@...radead.org, hpa@...or.com,
changbin.du@...el.com
Subject: [tip:perf/core] perf tools: Ignore generated files
pmu-events/{jevents,pmu-events.c} for git
Commit-ID: 12a601c64339d2d28af534d2324f87cf00ba8cd8
Gitweb: http://git.kernel.org/tip/12a601c64339d2d28af534d2324f87cf00ba8cd8
Author: Changbin Du <changbin.du@...el.com>
AuthorDate: Mon, 13 Mar 2017 16:30:26 +0800
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Mon, 13 Mar 2017 10:59:36 -0300
perf tools: Ignore generated files pmu-events/{jevents,pmu-events.c} for git
Ignore two files: pmu-events/{jevents,pmu-events.c} which are generated
during the build.
Committer notes:
Testing it:
$ make -C tools/perf/
$ git status
On branch perf/core
Untracked files:
(use "git add <file>..." to include in what will be committed)
tools/perf/pmu-events/jevents
tools/perf/pmu-events/pmu-events.c
nothing added to commit but untracked files present (use "git add" to track)
$
After the patch:
$ git status
On branch perf/core
nothing to commit, working tree clean
$
Signed-off-by: Changbin Du <changbin.du@...el.com>
Tested-by: Arnaldo Carvalho de Melo <acme@...hat.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Link: http://lkml.kernel.org/r/20170313083026.23487-1-changbin.du@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 3db3db9..643cc4ba 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -31,3 +31,5 @@ config.mak.autogen
.config-detected
util/intel-pt-decoder/inat-tables.c
arch/*/include/generated/
+pmu-events/pmu-events.c
+pmu-events/jevents
Powered by blists - more mailing lists