mesonbuild/meson

Support CACHEDIR.TAG for meson build directories

クローズ

#11,734 opened on 2023/04/25

 (5 件のコメント) (3 件のリアクション) (0 人の担当者)Python (1,465 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (4,978 個のスター)
PR merge metrics
 (平均マージ 139d 13h) (30d で 51 merged PRs)

説明

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.

コントリビューターガイド