File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 99# ignoring the automatically-generated files.
1010# - Sets the CMake option `GEN_FILES` to OFF to explicitely disable
1111# recreating the automatically-generated files.
12+ # . - The script will recursively update the tf-psa-crypto files too.
13+
1214
1315set -eu
1416
@@ -25,7 +27,7 @@ psed() {
2527}
2628
2729# ### .gitignore processing ####
28- for GITIGNORE in $( git ls-files -- ' *.gitignore' ) ; do
30+ for GITIGNORE in $( git ls-files --recurse-submodules -- ' *.gitignore' ) ; do
2931 psed ' /###START_GENERATED_FILES###/,/###END_GENERATED_FILES###/s/^/#/' " $GITIGNORE "
3032 psed ' s/###START_GENERATED_FILES###/###START_COMMENTED_GENERATED_FILES###/' " $GITIGNORE "
3133 psed ' s/###END_GENERATED_FILES###/###END_COMMENTED_GENERATED_FILES###/' " $GITIGNORE "
You can’t perform that action at this time.
0 commit comments