The following commit has been merged into the perf/core branch of tip:

Commit-ID:     58993fb2c5115e93c52058e25f9b2ff289374870
Gitweb:        
https://git.kernel.org/tip/58993fb2c5115e93c52058e25f9b2ff289374870
Author:        Josh Poimboeuf <jpoim...@redhat.com>
AuthorDate:    Thu, 29 Aug 2019 17:41:19 -05:00
Committer:     Arnaldo Carvalho de Melo <a...@redhat.com>
CommitterDate: Sat, 31 Aug 2019 22:27:52 -03:00

perf: Update .gitignore file

After a "make tools/perf", git reports the following untracked files:

  tools/perf/feature/
  tools/perf/fixdep
  tools/perf/libtraceevent-dynamic-list

Add these generated files to perf's .gitignore file.

Signed-off-by: Josh Poimboeuf <jpoim...@redhat.com>
Reviewed-by: Masami Hiramatsu <mhira...@kernel.org>
Acked-by: Peter Zijlstra <pet...@infradead.org>
Cc: Adrian Hunter <adrian.hun...@intel.com>
Cc: Jiri Olsa <jo...@redhat.com>
Cc: x...@kernel.org
Link: 
http://lore.kernel.org/lkml/03acbc6c2fbc72054861f6c301875db75db33030.1567118001.git.jpoim...@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com>
---
 tools/perf/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 3e5135d..bf1252d 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -34,3 +34,6 @@ arch/*/include/generated/
 trace/beauty/generated/
 pmu-events/pmu-events.c
 pmu-events/jevents
+feature/
+fixdep
+libtraceevent-dynamic-list

Reply via email to