From 6d0771255bd74f9a73dec58d337df72b1cd3b612 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 9 May 2019 11:10:30 -0400 Subject: [PATCH] Add missing gitignore for test_ctf_plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Change-Id: I903f6c119ec51e5c96b555f762bcd0d43e11446f Reviewed-on: https://review.lttng.org/c/babeltrace/+/1285 Reviewed-by: Jérémie Galarneau --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 71a74bf4..a8b1217a 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ /tests/plugins/test_bin_info /tests/plugins/test_dwarf_complete /tests/plugins/test_dwarf +/tests/plugins/ctf/test_ctf_plugin /tests/utils/common.sh *.o *.a -- 2.34.1