From 771afc34a59b55a77ae7d05f1f2b8e28c7664200 Mon Sep 17 00:00:00 2001 From: Omkar Kulkarni Date: Thu, 16 May 2024 13:28:31 +0200 Subject: [PATCH] gitignore: Ignore myresults.xml files These files are created as a result of local babblesim test runs and can be safely ignored. Signed-off-by: Omkar Kulkarni --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 15636eaaeac..053e78e3842 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ sanity-out* twister-out* bsim_out bsim_bt_out +myresults.xml tests/RunResults.xml scripts/grub doc/reference/kconfig/*.rst