From eb468b4e6d0cf1c50f0d759b36aa5d36fdea1816 Mon Sep 17 00:00:00 2001 From: Jason Zhang Date: Thu, 8 Aug 2024 22:37:19 +0800 Subject: [PATCH] [gitignore] ignore files in ot_testing folder (#10591) ot_testing/* are generated when running "script/test cert_suite" --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 779dedc59..7374eedf6 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ __pycache__ # Unit test files CTestTestfile.cmake ot-test-* +ot_testing/ Testing/ # Misc