Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1598944 > unrolled thread
| Started by | changbin.du@intel.com |
|---|---|
| First post | 2017-03-13 09:40 +0100 |
| Last post | 2017-03-13 09:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] perf: ignore generted files pmu-events/{jevents,pmu-events.c} for git changbin.du@intel.com - 2017-03-13 09:40 +0100
| From | changbin.du@intel.com |
|---|---|
| Date | 2017-03-13 09:40 +0100 |
| Subject | [PATCH] perf: ignore generted files pmu-events/{jevents,pmu-events.c} for git |
| Message-ID | <tktGi-6dB-19@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web