]> git.baikalelectronics.ru Git - kernel.git/commit
perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore
authorYunlong Song <yunlong.song@huawei.com>
Mon, 9 Nov 2015 03:10:03 +0000 (11:10 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 11 Nov 2015 21:41:23 +0000 (18:41 -0300)
commite9bb679fcf33e3ab2b3dc484bb42ccf7acae1515
tree850ca772f967e3c1b4f5f5d3a75556217e7b83b8
parent56e8f1ca20d5dff0acdf26217c6796118bf07363
perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore

Commit f942a77f523c0a35083a9951d4a956af44f95423 ("perf test: Enhance the
LLVM test: update basic BPF test program") dynamically creates file
llvm-src-base.c during the perf building.

Similarly, the commit 98d952a4637131b18a9980bb8a083f084138d0d1 ("perf
test: Enhance the LLVM tests: add kbuild test") dynamically creates file
llvm-src-kbuild.c during the perf building. Add them to .gitignore.

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@intel.com>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Wang Nan <wangnan0@huawei.com>
Fixes: f942a77f523c ("perf test: Enhance the LLVM test: update basic BPF test program")
Fixes: 98d952a46371 ("perf test: Enhance the LLVM tests: add kbuild test")
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/.gitignore [new file with mode: 0644]