mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Don't enforce copyrights on .clang-format
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user