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.
pull/14447/head
Lingkai Dong 2021-03-18 18:19:48 +00:00
parent c73413893f
commit 4993ebd0c5
1 changed files with 0 additions and 4 deletions

4
.gitignore vendored
View File

@ -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