From: Paolo Bonzini Date: Tue, 30 Sep 2025 11:59:20 +0000 (+0200) Subject: subprojects: Remove version number from .gitignore X-Git-Tag: v10.2.0-rc1~71^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=faccaa34f0cb75b93ff1f4bcdd2f40f23f6aa10f;p=thirdparty%2Fqemu.git subprojects: Remove version number from .gitignore Get rid of all the version numbers, and use wildcard matches instead, because peopl will repeatedly forgot to change these versions. Suggested-by: Manos Pitsidianakis Suggested-by: Daniel P. Berrangé Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini --- diff --git a/subprojects/.gitignore b/subprojects/.gitignore index 58a29f01204..0b5d9634094 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -6,21 +6,21 @@ /keycodemapdb /libvfio-user /slirp -/anyhow-1.0.98 -/arbitrary-int-1.2.7 -/attrs-0.2.9 -/bilge-0.2.0 -/bilge-impl-0.2.0 -/either-1.12.0 -/foreign-0.3.1 -/itertools-0.11.0 -/libc-0.2.162 -/proc-macro-error-1.0.4 -/proc-macro-error-attr-1.0.4 -/proc-macro2-1.0.95 -/quote-1.0.36 -/syn-2.0.66 -/unicode-ident-1.0.12 +/anyhow-* +/arbitrary-int-* +/attrs-* +/bilge-* +/bilge-impl-* +/either-* +/foreign-* +/itertools-* +/libc-* +/proc-macro-error-* +/proc-macro-error-attr-* +/proc-macro* +/quote-* +/syn-* +/unicode-ident-* # Workaround for Meson v1.9.0 https://github.com/mesonbuild/meson/issues/14948 /.wraplock