]> git.99rst.org Git - git.git/commitdiff
meson: ignore subprojects/.wraplock
authorToon Claes <redacted>
Tue, 2 Dec 2025 10:48:08 +0000 (11:48 +0100)
committerJunio C Hamano <redacted>
Fri, 5 Dec 2025 02:11:00 +0000 (11:11 +0900)
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 <redacted>
Acked-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
subprojects/.gitignore

index 63ea916ef5f30255aef0c0b0b63f37b0e1d99fb2..2bb68c879432d747b5deed726305db9772411f2a 100644 (file)
@@ -1 +1,2 @@
 /*/
+.wraplock
git clone https://git.99rst.org/PROJECT