test: ignore pytest dut log artifacts

pull/8968/head
morris 2022-04-25 17:09:21 +08:00
rodzic 5f017e5390
commit 4573448a74
2 zmienionych plików z 3 dodań i 1 usunięć

3
.gitignore vendored
Wyświetl plik

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

Wyświetl plik

@ -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',
)