ソースを参照

Merge branch 'bugfix/ignore_pytest_log_artifacts' into 'master'

test: ignore pytest dut log artifacts

See merge request espressif/esp-idf!17889
morris 3 年 前
コミット
1f0e27ca63
2 ファイル変更3 行追加1 行削除
  1. 3 0
      .gitignore
  2. 0 1
      tools/ci/check_soc_headers_leak.py

+ 3 - 0
.gitignore

@@ -91,3 +91,6 @@ dependencies.lock
 
 # managed_components for examples
 managed_components
+
+# pytest log
+pytest_embedded_log/

+ 0 - 1
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',
 )