mesonbuild/meson

Support CACHEDIR.TAG for meson build directories

Fechada

#11.734 aberto em 25 de abr. de 2023

 (5 comentários) (3 reações) (0 responsável)Python (1.465 forks)batch import
good first issue

Métricas do repositório

Stars
 (4.978 estrelas)
Métricas de merge de PR
 (Mesclagem média 139d 13h) (51 fundiu PRs em 30d)

Description

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.

Guia do colaborador