From 4573448a748a50f601f2ca8f424eb03445f5dfcf Mon Sep 17 00:00:00 2001 From: morris Date: Mon, 25 Apr 2022 17:09:21 +0800 Subject: [PATCH] test: ignore pytest dut log artifacts --- .gitignore | 3 +++ tools/ci/check_soc_headers_leak.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38ebd38bef..a47a4a688f 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ dependencies.lock # managed_components for examples managed_components + +# pytest log +pytest_embedded_log/ diff --git a/tools/ci/check_soc_headers_leak.py b/tools/ci/check_soc_headers_leak.py index 4abed65216..92634d0a67 100644 --- a/tools/ci/check_soc_headers_leak.py +++ b/tools/ci/check_soc_headers_leak.py @@ -16,7 +16,6 @@ allowed_soc_headers = ( 'soc/soc_caps.h', 'soc/reset_reasons.h', 'soc/reg_base.h', - 'soc/efuse_periph.h', # 'soc/efuse_periph.h' should not be allowed , remove it from the list in IDF-1256 'soc/clk_tree_defs.h', )