Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1598944

[PATCH] perf: ignore generted files pmu-events/{jevents,pmu-events.c} for git

From changbin.du@intel.com
Newsgroups linux.kernel
Subject [PATCH] perf: ignore generted files pmu-events/{jevents,pmu-events.c} for git
Date 2017-03-13 09:40 +0100
Message-ID <tktGi-6dB-19@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] perf: ignore generted files pmu-events/{jevents,pmu-events.c} for git changbin.du@intel.com - 2017-03-13 09:40 +0100

csiph-web