From c067bf5b81aaf064bd10cce9d45e3f1e033d1cb5 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 9 Feb 2011 14:11:53 -0500 Subject: [PATCH] Add all tests executable to gitignore Signed-off-by: David Goulet Signed-off-by: Mathieu Desnoyers --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 9935f11..cdf8505 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,19 @@ libtool ustctl/ustctl ust-consumerd/ust-consumerd + +tests/basic/basic +tests/basic_long/basic_long +tests/dlopen/dlopen +tests/fork/fork +tests/fork/fork2 +tests/hello/hello +tests/hello2/hello2 +tests/libustctl_function_tests/libustctl_function_tests +tests/register_test/register_test +tests/same_line_marker/same_line_marker +tests/test-libustinstr-malloc/prog +tests/test-nevents/prog +tests/trace_event/trace_event_test +tests/tracepoint/benchmark/tracepoint_benchmark +tests/tracepoint/tracepoint_test -- 2.34.1