mesonbuild/meson

Support CACHEDIR.TAG for meson build directories

Open

#11,734 建立於 2023年4月25日

在 GitHub 查看
 (5 留言) (3 反應) (0 負責人)Python (4,978 star) (1,465 fork)batch import
good first issue

描述

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.

貢獻者指南