1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Add code classification exclusion missed in 3e1b06ac.

This commit is contained in:
David Steele
2019-05-30 10:44:35 -04:00
parent 64260b2e98
commit a2ec1253e9

View File

@ -48,6 +48,7 @@ sub codeCountScan
$strFile eq 'LICENSE' ||
$strFile =~ '^doc/example/' ||
$strFile =~ '^doc/output/' ||
$strFile =~ '^doc/resource/fake\-cert' ||
$strFile =~ '\.png$' ||
$strFile =~ '\.eps$' ||
$strFile =~ '\.cache$' ||