Em Fri, May 27, 2016 at 07:01:14PM +0900, Taeung Song escreveu:
> Commit 1b700c9975008615ad470cf79acc8455ce60a695 ("perf tools: Build
> syscall table .c header from kernel's syscall_64.tbl") that automatically
> generate per-arch syscall table arrays e.g.
>
> arch/x86/include/generated/asm/syscalls_64.c
>
> So add this directory to .gitignore
>
> Cc: Namhyung Kim <[email protected]>
> Cc: Jiri Olsa <[email protected]>
> Cc: Adrian Hunter <[email protected]>
> Cc: David Ahern <[email protected]>
> Cc: Wang Nan <[email protected]>
> Cc: Alexander Shishkin <[email protected]>
Thanks, applied, after adding a Fixes: tag:
Fixes: 1b700c997500 ("perf tools: Build syscall table .c header from
kernel's syscall_64.tbl")
- Arnaldo
> Signed-off-by: Taeung Song <[email protected]>
> ---
> tools/perf/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
> index 3d1bb80..3db3db9 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/
> --
> 2.5.0