From f087968b19f1a37e3671986c8ff4a71e0a45efdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 10 Aug 2017 15:24:20 -0400 Subject: [PATCH] Update .gitignore to add newly generated test files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c294d9d8..bd7be883 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,10 @@ /tests/lib/test_graph_topo /tests/plugins/test-utils-muxer /tests/plugins/test-utils-muxer-complete +/tests/plugins/test_bin_info_complete +/tests/plugins/test_bin_info +/tests/plugins/test_dwarf_complete +/tests/plugins/test_dwarf *.o *.a *.la -- 2.34.1