From c3426abd47c0c79abb2efcf473fdb682b9d044a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 8 Mar 2021 16:57:24 -0500 Subject: [PATCH] .gitignore: add notification-client and test_event_expr_to_bytecode MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: Id2d0fb01ae34ff8c8e8bec07154426f41c71a2ac --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6313f131c..3c76b61f2 100644 --- a/.gitignore +++ b/.gitignore @@ -110,6 +110,7 @@ health_check /tests/regression/tools/notification/notification /tests/regression/tools/rotation/schedule_api /tests/regression/tools/notification/rotation +/tests/regression/tools/trigger/utils/notification-client /tests/regression/ust/overlap/demo/demo /tests/regression/ust/linking/demo_builtin /tests/regression/ust/linking/demo_static @@ -146,6 +147,7 @@ health_check /tests/unit/test_string_utils /tests/unit/test_buffer_view /tests/unit/test_kernel_probe +/tests/unit/test_event_expr_to_bytecode /tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str /tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary /tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary -- 2.34.1