mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
Merge branch 'bugfix/ignore_pytest_log_artifacts' into 'master'
test: ignore pytest dut log artifacts See merge request espressif/esp-idf!17889
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -91,3 +91,6 @@ dependencies.lock
|
||||
|
||||
# managed_components for examples
|
||||
managed_components
|
||||
|
||||
# pytest log
|
||||
pytest_embedded_log/
|
||||
|
@@ -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',
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user