From: Francis Dupont Date: Tue, 18 Mar 2025 13:06:11 +0000 (+0100) Subject: [#3731] Exclude _template.json X-Git-Tag: Kea-2.7.7~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c8249c007531306ff97c37adefe762be22fe8b6;p=thirdparty%2Fkea.git [#3731] Exclude _template.json --- diff --git a/src/share/api/meson.build b/src/share/api/meson.build index 4411dcfd4f..2ef9f4b220 100644 --- a/src/share/api/meson.build +++ b/src/share/api/meson.build @@ -1,7 +1,7 @@ list = run_command( GRABBER, TOP_SOURCE_DIR / 'src/share/api', - '*.json', + '[a-z]*.json', check: true, ) api_files = list.stdout().strip().split('\n')