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 合併指標
 (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.

貢獻者指南