From ad3c860a25be3ac00741e25e7ca3c811689f85aa Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 14 Apr 2016 07:56:27 -0400 Subject: [PATCH] Tests: Add missing test scripts to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ac0d155a..d8e076e4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ /tests/lib/test_ctf_ir_ref /tests/lib/test_durin /tests/lib/test_so_info +/tests/lib/test_bt_ctf_field_type_validation +/tests/lib/test_seek_big_trace +/tests/lib/test_seek_empty_packet *.o *.a *.la -- 2.34.1