From da48a9d2b65f0fa9d9b173422291a47fae39abbd Mon Sep 17 00:00:00 2001 From: Arjan Molenaar Date: Sat, 14 Dec 2024 12:10:43 +0100 Subject: [PATCH 1/2] Remove unneeded .gitignore file All cases are handled by .gitignore in the project root. --- subprojects/.gitignore | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 subprojects/.gitignore diff --git a/subprojects/.gitignore b/subprojects/.gitignore deleted file mode 100644 index e3ab76555..000000000 --- a/subprojects/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -glib -libffi -gobject-introspection -pycairo -- GitLab From 6b7f6ed8a234dd18877d0996fe7e9c7bf91a5662 Mon Sep 17 00:00:00 2001 From: Arjan Molenaar Date: Sat, 14 Dec 2024 12:11:05 +0100 Subject: [PATCH 2/2] Update gobject-introspection-tests version --- subprojects/gobject-introspection-tests.wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gobject-introspection-tests.wrap b/subprojects/gobject-introspection-tests.wrap index 762b7728f..d206f73d6 100644 --- a/subprojects/gobject-introspection-tests.wrap +++ b/subprojects/gobject-introspection-tests.wrap @@ -2,5 +2,5 @@ directory=gobject-introspection-tests url=https://gitlab.gnome.org/GNOME/gobject-introspection-tests.git push-url=git@gitlab.gnome.org:GNOME/gobject-introspection-tests.git -revision=ca387326e2161b4608190417c26e45931e00b265 +revision=aba35b994745deec80b959c28c3cf4b0c4d2ae6a depth=1 -- GitLab