From 30d41768648998eb63774cf2f255836faac1eec7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 30 Jan 2017 17:40:45 -0500 Subject: [PATCH] Add missing .gitignore entries MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a19f85b6..d72d3b32 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,9 @@ /tests/lib/test_seek_big_trace /tests/lib/test_seek_empty_packet /tests/lib/test_trace_listener +/tests/lib/test_plugin +/tests/lib/test_plugin_complete +/tests/lib/writer/bt_python_helper.py *.o *.a *.la -- 2.34.1