From 5901b5e05d3bcc04791ea85cc45ea884e81f9d4a Mon Sep 17 00:00:00 2001 From: Zifei Tong Date: Tue, 6 Aug 2013 11:36:20 -0400 Subject: [PATCH] Update .gitignore Signed-off-by: Zifei Tong Signed-off-by: Mathieu Desnoyers --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3d179401..07d13062 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 -- 2.34.1