All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore
@ 2015-11-09  3:10 Yunlong Song
  0 siblings, 0 replies; only message in thread
From: Yunlong Song @ 2015-11-09  3:10 UTC (permalink / raw)
  To: a.p.zijlstra, paulus, mingo, acme
  Cc: linux-kernel, wangnan0, namhyung, ast, masami.hiramatsu.pt,
	kan.liang, adrian.hunter, jolsa, dsahern

Commit b31de018a6284a25e0fdfeb028e724f8417ec3b1 ("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
7af3f3d55b80cce40ad94b6b8e173dccedaf25e6 ("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>
---
 tools/perf/tests/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tools/perf/tests/.gitignore

diff --git a/tools/perf/tests/.gitignore b/tools/perf/tests/.gitignore
new file mode 100644
index 0000000..489fc9f
--- /dev/null
+++ b/tools/perf/tests/.gitignore
@@ -0,0 +1,2 @@
+llvm-src-base.c
+llvm-src-kbuild.c
-- 
1.8.5.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-09  3:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-09  3:10 [PATCH] perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore Yunlong Song

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.