summaryrefslogtreecommitdiffstats
path: root/tools/perf/.gitignore
diff options
context:
space:
mode:
authorTaeung Song <treeze.taeung@gmail.com>2016-05-27 12:01:14 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-05-30 17:41:46 +0200
commitdcd1e2a7ba63710843d559f1570628321e62223e (patch)
treea07182ad2f72b4a96cefdafee26ffde645423e5d /tools/perf/.gitignore
parenttools: Pass arg to fdarray__filter's call back function (diff)
downloadlinux-dcd1e2a7ba63710843d559f1570628321e62223e.tar.xz
linux-dcd1e2a7ba63710843d559f1570628321e62223e.zip
perf tools: Add arch/*/include/generated/ to .gitignore
Commit 1b700c997500 ("perf tools: Build syscall table .c header from kernel's syscall_64.tbl") automatically generates per-arch syscall table arrays, e.g.: arch/x86/include/generated/asm/syscalls_64.c So add this directory to .gitignore Signed-off-by: Taeung Song <treeze.taeung@gmail.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Wang Nan <wangnan0@huawei.com> Fixes: 1b700c997500 ("perf tools: Build syscall table .c header from kernel's syscall_64.tbl") Link: http://lkml.kernel.org/r/1464343274-19403-1-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/.gitignore')
-rw-r--r--tools/perf/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 3d1bb802dbf4..3db3db9278be 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -30,3 +30,4 @@ config.mak.autogen
*.pyo
.config-detected
util/intel-pt-decoder/inat-tables.c
+arch/*/include/generated/