Skip to content

Commit 701312a

Browse files
committed
gitignore: Ignore TF-M build directories
The directory `TARGET_IGNORE` is used as a scratch area to build and clone repositories required for TF-M.
1 parent 14612e4 commit 701312a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ test_suite.json
9999
DELIVERY/
100100

101101
# Directory used to clone and build TF-M
102-
features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_IGNORE/
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_V1_2/TARGET_IGNORE/
103104

104105
# CMake
105106
CMakeCache.txt

0 commit comments

Comments
 (0)