summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-06-13 23:50:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-06-14 00:04:19 +0200
commitd82c7eedeaa8bc18cd207d96b64252488ad806c0 (patch)
tree61d3469f0d60de35c84e8274272888ca25142261 /scripts
parent448f7ef9ab2afb70881063fff81bce229a739c02 (diff)
downloadcurl-d82c7eedeaa8bc18cd207d96b64252488ad806c0.tar.gz
copyright: info for/ignore .github/ISSUE_TEMPLATE/bug_report.md
Follow-up from 448f7ef9ab2afb7. The adding of the copyright text in that file broke site functionality. Closes #9001
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copyright.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl
index 833c06f8d..8e448454b 100755
--- a/scripts/copyright.pl
+++ b/scripts/copyright.pl
@@ -81,6 +81,9 @@ my @skiplist=(
# markdown linkchecker config
"mlc_config.json",
+ # github template file
+ "^.github/ISSUE_TEMPLATE/bug_report.md",
+
# License texts and REUSE-specific files
".reuse/dep5",
"LICENSES/.*"