From 4993ebd0c538d3f2da5d8635cd0f9b16b045051a Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Thu, 18 Mar 2021 18:19:48 +0000 Subject: [PATCH] Remove paths to fetched TF-M repos from .gitignore In https://github.com/ARMmbed/mbed-os-tf-m-regression-tests/pull/96 we relocate the path to clone TF-M to a shorter one. This solves an unsupported long path issue on Windows, and also makes the TF-M and tests easier for developers to locate. Hence there's no need to ignore the old path. Note: For TF-M v1.0, we don't support building them from source anymore, so it's also been removed from .gitignore. --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index bb38bb5104..deb1de7433 100644 --- a/.gitignore +++ b/.gitignore @@ -98,10 +98,6 @@ test_suite.json # default delivery dir DELIVERY/ -# Directory used to clone and build TF-M -platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_V1_0/TARGET_IGNORE/ -platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_LATEST/TARGET_IGNORE/ - # CMake CMakeCache.txt cmake_install.cmake