From c71fadb97405d601d782e722d4fa16c1aaf64206 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 1 Jun 2018 05:28:45 -0400 Subject: [PATCH] Add multilib test files to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 45d28fd01..3f766e3a8 100644 --- a/.gitignore +++ b/.gitignore @@ -110,6 +110,8 @@ health_check /tests/regression/ust/ust-dl/libbar.so.debug /tests/regression/ust/ust-dl/libzzz.so.debug /tests/regression/ust/ust-dl/test_ust-dl +/tests/regression/ust/multi-lib/exec-with-callsites +/tests/regression/ust/multi-lib/exec-without-callsites /tests/utils/testapp/gen-ust-nevents/gen-ust-nevents /tests/utils/testapp/gen-ust-tracef/gen-ust-tracef /tests/utils/testapp/gen-syscall-events/gen-syscall-events -- 2.34.1