From ab222a3a03de02c2dfd8d88765d9099cac959366 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 14 Apr 2016 07:56:27 -0400 Subject: [PATCH 1/1] 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a198e625..420f2440 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ /tests/lib/test_ctf_writer /tests/lib/test_durin /tests/lib/test_so_info +/tests/lib/test_seek_big_trace +/tests/lib/test_seek_empty_packet *.o *.a *.la -- 2.34.1