2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Don't enforce copyrights on .clang-format

This commit is contained in:
Ondřej Surý
2020-02-14 09:34:21 +01:00
parent 5777c44ad0
commit 60d29f695b
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
./.clang-format X 2019,2020
./.gitlab-ci.yml X 2018,2019,2020
./.uncrustify.cfg X 2018,2019,2020
./CHANGES X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020
@@ -2573,7 +2572,6 @@
./util/COPYRIGHT.TOP X 2018,2019,2020
./util/bindkeys.pl PERL 2009,2010,2011,2012,2014,2016,2017,2018,2019,2020
./util/branchsync.sh SH 2013,2016,2018,2019,2020
./util/cformat.sh SH 2020
./util/check-ans-prereq.sh SH 2019,2020
./util/check-categories.sh SH 2015,2016,2017,2018,2019,2020
./util/check-changes PERL 2002,2004,2007,2012,2016,2018,2019,2020

View File

@@ -36,6 +36,7 @@ while (<CHANGES>) {
/\.git/ | # git directory
/\.gitignore | # .gitignore files
/\.gitattributes | # .gitattributes files
/\.clang-format | # .clang-format files
Makefile.in | # build system doesn't need to have copyright
/m4/ | # build system doesn't need to have copyright
/configure | # build system doesn't need to have copyright