diff options
| author | Toon Claes <toon@iotcl.com> | 2025-12-02 11:48:08 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-05 11:11:00 +0900 |
| commit | 9ce3478410e6d9769f4203687b1f074a64c0ac8e (patch) | |
| tree | 8c268e2b6f987b8a15a3d1788b76b0e61876dd72 /subprojects | |
| parent | f0ef5b6d9bcc258e4cbef93839d1b7465d5212b9 (diff) | |
| download | git-9ce3478410e6d9769f4203687b1f074a64c0ac8e.tar.xz | |
meson: ignore subprojects/.wraplock
When asking Meson to wrap subprojects, it generates a .wraplock file in
the subprojects/ directory. Ignore this file.
See also https://github.com/mesonbuild/meson/issues/14948.
Signed-off-by: Toon Claes <toon@iotcl.com>
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/.gitignore b/subprojects/.gitignore index 63ea916ef5..2bb68c8794 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -1 +1,2 @@ /*/ +.wraplock |
