mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 15:17:21 +00:00
Prepare to generalize the script to do more than .gitignore
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
0b62b7a21f
commit
dea4c7e09f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user