mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
nvs_flash, wear_levelling: ignore host test files
This commit is contained in:
parent
52b51df859
commit
57e380fa99
14
components/nvs_flash/.gitignore
vendored
14
components/nvs_flash/.gitignore
vendored
@ -1,7 +1,7 @@
|
||||
test/test_nvs
|
||||
test/coverage
|
||||
test/coverage.info
|
||||
*.gcno
|
||||
*.gcda
|
||||
*.gcov
|
||||
*.o
|
||||
test_nvs_host/test_nvs
|
||||
test_nvs_host/coverage_report
|
||||
test_nvs_host/coverage.info
|
||||
**/*.gcno
|
||||
**/*.gcda
|
||||
**/*.gcov
|
||||
**/*.o
|
||||
|
3
components/wear_levelling/.gitignore
vendored
3
components/wear_levelling/.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
**/*.gcno
|
||||
**/*.gcda
|
||||
**/*.coverage
|
||||
test_wl_host/coverage_report
|
||||
test_wl_host/coverage.info
|
||||
**/*.o
|
||||
test_wl_host/test_wl
|
||||
|
Loading…
Reference in New Issue
Block a user