-./.dir-locals.el X 2019,2020
-./.gitattributes X 2015,2017,2018,2019,2020
-./.gitlab-ci.yml X 2018,2019,2020
-./.pylintrc X 2020
./CHANGES X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020
./CONTRIBUTING X 2018,2019,2020
./CONTRIBUTING.md MKD 2018,2019,2020
./bin/tests/system/checkzone/clean.sh SH 2011,2012,2013,2014,2016,2018,2019,2020
./bin/tests/system/checkzone/setup.sh SH 2014,2016,2018,2019,2020
./bin/tests/system/checkzone/tests.sh SH 2011,2012,2013,2014,2015,2016,2017,2018,2019,2020
-./bin/tests/system/checkzone/zones/.gitattributes X 2015,2018,2019,2020
./bin/tests/system/checkzone/zones/bad-badclass.raw X 2015,2018,2019,2020
./bin/tests/system/checkzone/zones/bad-caa-rr.db ZONE 2015,2016,2018,2019,2020
./bin/tests/system/checkzone/zones/bad-cdnskey.db ZONE 2019,2020
while (<CHANGES>) {
chomp;
- next if (m%/\.\# | # CVS old conflict file
- /CVS/ | # CVS directory
- /\.git/ | # git directory
- /\.gitignore | # .gitignore files
+ next if (m%/\. | # just ignore all hidden files
util/newcopyrights | # our output
\.bak$ | # created by update_copyrights
/(dnssafe|openssl)/.*\.[ch]$ | # imported