summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-04-29 21:01:25 -0700
committerRuss Allbery <eagle@eyrie.org>2018-04-29 21:01:25 -0700
commite9618f83ffb8963cc4d240b7c4473200d922e5d1 (patch)
treeba2ab85416fed67e2d2aea46d2aa5e338cf3ab21 /tests
parente3d0240d486bd1a10d45097b605770d091e43457 (diff)
Ignore all *.la files for SPDX checks
Diffstat (limited to 'tests')
-rwxr-xr-xtests/docs/spdx-license-t1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docs/spdx-license-t b/tests/docs/spdx-license-t
index b3c0d5c..1659f0d 100755
--- a/tests/docs/spdx-license-t
+++ b/tests/docs/spdx-license-t
@@ -69,6 +69,7 @@ my @IGNORE_PATHS = (
qr{ \A php/configure [.] in \z }xms, # Created by phpize
qr{ \A php/ltmain [.] sh \z }xms, # Created by phpize
qr{ \A php/run-tests [.] php \z }xms, # Created by phpize
+ qr{ [.] la \z }xms, # Created by libtool
);
## use critic