From dafde0c1db4f4526ef9c7ee923fc3639d7b36e63 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 23 Apr 2024 13:02:48 -0400 Subject: [PATCH] .gitignore: add missing test binaries Signed-off-by: Philippe Proulx Change-Id: Ie78f6483a0e3810535ed8611d4cb033ca96b9b4b Reviewed-on: https://review.lttng.org/c/babeltrace/+/12457 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2267bc7b..22e401ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ /tests/bitfield/test-bitfield /tests/argpar/test-argpar +/tests/cpp-common/test-c-string-view +/tests/cpp-common/test-uuid /tests/ctf-writer/ctf-writer /tests/lib/plugin /tests/lib/test-bt-uuid @@ -10,6 +12,9 @@ /tests/lib/test-simple-sink /tests/lib/test-remove-destruction-listener-in-destruction-listener /tests/lib/conds/conds-triggers +/tests/lib/test-plugin-init-fail +/tests/lib/test-plugins +/tests/plugins/flt.utils.muxer/test-clock-compatibility /tests/param-validation/test-param-validation /tests/plugins/flt.lttng-utils.debug-info/test-bin-info /tests/plugins/flt.lttng-utils.debug-info/test-dwarf -- 2.34.1