mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] perf: ignore generted files pmu-events/{jevents,pmu-events.c} for git
@ 2017-03-13  8:30 changbin.du
  2017-03-15 18:36 ` [tip:perf/core] perf tools: Ignore generated " tip-bot for Changbin Du
  0 siblings, 1 reply; 2+ messages in thread
From: changbin.du @ 2017-03-13  8:30 UTC (permalink / raw)
  To: peterz, mingo, acme; +Cc: linux-kernel, Changbin Du

From: Changbin Du <changbin.du@intel.com>

Ignore two files pmu-events/{jevents,pmu-events.c} which are generted
after building.

Signed-off-by: Changbin Du <changbin.du@intel.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
-- 
2.7.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-15 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-13  8:30 [PATCH] perf: ignore generted files pmu-events/{jevents,pmu-events.c} for git changbin.du
2017-03-15 18:36 ` [tip:perf/core] perf tools: Ignore generated " tip-bot for Changbin Du

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome