1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-17 01:12:23 +02:00

Exclude Dockerfile from code count.

This commit is contained in:
David Steele
2021-05-04 07:52:35 -04:00
parent baddec1e9a
commit 54074a5697

View File

@ -56,6 +56,7 @@ sub codeCountScan
$strFile =~ '\.cache$' ||
$strFile =~ '^doc/site/' ||
$strFile =~ '^src/build/autom4te.cache/' ||
$strFile eq 'test/Dockerfile' ||
$strFile eq 'test/Vagrantfile' ||
$strFile =~ '^test/\.vagrant/' ||
$strFile =~ '^test/certificate/' ||