diff --git a/components/nvs_flash/.gitignore b/components/nvs_flash/.gitignore index f07085166b..3318e40684 100644 --- a/components/nvs_flash/.gitignore +++ b/components/nvs_flash/.gitignore @@ -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 diff --git a/components/wear_levelling/.gitignore b/components/wear_levelling/.gitignore index 2b6b97614c..6bef194b92 100644 --- a/components/wear_levelling/.gitignore +++ b/components/wear_levelling/.gitignore @@ -1,5 +1,6 @@ **/*.gcno **/*.gcda -**/*.coverage +test_wl_host/coverage_report +test_wl_host/coverage.info **/*.o test_wl_host/test_wl