summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2019-10-24 17:02:41 -0700
committerRuss Allbery <eagle@eyrie.org>2019-10-24 17:02:41 -0700
commit29d69ce6c3567c4391d6f62e4bec6dc37d080e0a (patch)
tree820c3bcac05171d0fdb47ce73735e4ded843b0b4 /tests
parentebaf1983ba5396fa25355effc65efcf6c3053956 (diff)
Ignore Python egg-info files for SPDX license check
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 82fbd20..4750c3b 100755
--- a/tests/docs/spdx-license-t
+++ b/tests/docs/spdx-license-t
@@ -72,6 +72,7 @@ my @IGNORE_PATHS = (
qr{ \A php/configure [.] (ac|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{ \A python/ .* [.] egg-info/ }xms, # Python build files
qr{ [.] l?a \z }xms, # Created by libtool
);
## use critic