aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/.gitignore
diff options
context:
space:
mode:
authorChangbin Du <changbin.du@intel.com>2017-03-13 16:30:26 +0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-03-13 10:59:36 -0300
commit12a601c64339d2d28af534d2324f87cf00ba8cd8 (patch)
tree2ea9ad8d9d7c213483ab93dce6277547fd216450 /tools/perf/.gitignore
parentperf tools: Missing c2c command in command-list (diff)
downloadwireguard-linux-12a601c64339d2d28af534d2324f87cf00ba8cd8.tar.xz
wireguard-linux-12a601c64339d2d28af534d2324f87cf00ba8cd8.zip
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@intel.com> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20170313083026.23487-1-changbin.du@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/.gitignore')
-rw-r--r--tools/perf/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 3db3db9278be..643cc4ba6872 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