mesonbuild/meson

Support CACHEDIR.TAG for meson build directories

已关闭

#11,734 创建于 2023年4月25日

 (5 条评论) (3 个反应) (0 位负责人)Python (1,465 个派生)batch import
good first issue

仓库指标

星标
 (4,978 个星标)
PR 合并指标
 (平均合并 139天 13小时) (30 天内合并 51 个 PR)

描述

Describe the bug Meson build directories may be in-tree instead of in some XDG cache folder, so it is useful to mark the build directory as being cache so that backup applications can ignore it, wherever the build directory might lie. This is what the very simple CACHEDIR.TAG specification describes. It is for example used by Rust and supported by Pika Backup and Deja Dup.

贡献者指南