From 57e380fa99beccc96931c51ce7d8600c0e6e4f6d Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 10 Apr 2017 21:22:14 +0800 Subject: [PATCH] nvs_flash, wear_levelling: ignore host test files --- components/nvs_flash/.gitignore | 14 +++++++------- components/wear_levelling/.gitignore | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) 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 -- 2.40.0