Signed-off-by: Zifei Tong <[email protected]> --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore index 3d17940..07d1306 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,8 @@ ust-consumerd/ust-consumerd doc/examples/demo/demo doc/examples/easy-ust/sample doc/examples/hello-static-lib/hello +doc/examples/gen-tp/sample +doc/examples/gen-tp/sample_tracepoint.h tests/hello/hello tests/hello.cxx/hello @@ -44,3 +46,5 @@ tests/trace_event/trace_event_test tests/tracepoint/benchmark/tracepoint_benchmark tests/tracepoint/tracepoint_test tests/snprintf/prog +tests/benchmark/bench1 +tests/benchmark/bench2 -- 1.8.3.3 _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
