Skip to content

Commit 4993ebd

Browse files
committed
Remove paths to fetched TF-M repos from .gitignore
In ARMmbed/mbed-os-tf-m-regression-tests#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.
1 parent c734138 commit 4993ebd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ test_suite.json
9898
# default delivery dir
9999
DELIVERY/
100100

101-
# Directory used to clone and build TF-M
102-
platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_V1_0/TARGET_IGNORE/
103-
platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_LATEST/TARGET_IGNORE/
104-
105101
# CMake
106102
CMakeCache.txt
107103
cmake_install.cmake

0 commit comments

Comments
 (0)