Prepare to generalize the script to do more than .gitignore

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2023-09-08 16:34:01 +02:00
parent 0b62b7a21f
commit dea4c7e09f

View File

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