We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0589c commit d8d7c8cCopy full SHA for d8d7c8c
meson.build
@@ -266,12 +266,17 @@ if can_add_dist_script
266
python3, dist_changelog,
267
project_source_root,
268
)
269
+ # Don't distribute these files and directories.
270
+ dont_distribute = [
271
+ '.github',
272
+ ]
273
# Add build scripts to the distribution directory, and delete .gitignore
274
# files and an empty $MESON_PROJECT_DIST_ROOT/build/ directory.
275
meson.add_dist_script(
276
python3, dist_build_scripts,
277
278
'untracked' / 'build_scripts',
279
+ dont_distribute,
280
281
endif
282
0 commit comments