From dea4c7e09ff117590e13b96e780ab64770a7b70b Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 8 Sep 2023 16:34:01 +0200 Subject: [PATCH] Prepare to generalize the script to do more than .gitignore Signed-off-by: Gilles Peskine --- scripts/{gitignore_patch.sh => prepare_release.sh} | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) rename scripts/{gitignore_patch.sh => prepare_release.sh} (92%) diff --git a/scripts/gitignore_patch.sh b/scripts/prepare_release.sh similarity index 92% rename from scripts/gitignore_patch.sh rename to scripts/prepare_release.sh index 74ec66c1dc..6e6a1b7799 100755 --- a/scripts/gitignore_patch.sh +++ b/scripts/prepare_release.sh @@ -1,5 +1,7 @@ #!/bin/bash -# + +# Prepare .gitignore for a release. + # Copyright The Mbed TLS Contributors # SPDX-License-Identifier: Apache-2.0 # @@ -14,13 +16,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# -# Purpose -# -# For adapting gitignore files for releases so generated files can be included. -# -# Usage: gitignore_add_generated_files.sh [ -h | --help ] etc -# set -eu