.gitignore: add missing test binaries
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 23 Apr 2024 17:02:48 +0000 (13:02 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 23 Apr 2024 23:07:00 +0000 (19:07 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ie78f6483a0e3810535ed8611d4cb033ca96b9b4b
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12457

.gitignore

index 2267bc7ba0fc5191b6c7d108c4985f8688b65c23..22e401ee2a033d823cbd806439e6f720399382c4 100644 (file)
@@ -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
This page took 0.025721 seconds and 4 git commands to generate.