From b3fb3c3f30419b0986e26c25dee07fdac216ee07 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 14 Jan 2023 12:28:27 +0530 Subject: [PATCH] gitignore: Ignore redirect wrap files only Part-of: --- .gitignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 316313f77e..5ee85fdbab 100644 --- a/.gitignore +++ b/.gitignore @@ -25,9 +25,15 @@ prefix/ /gst-examples /gst-plugins-rs -# Because of unwanted diff caused by redirect wrap files -# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1140 -subprojects/*.wrap +# Automatic meson redirect wrap files +subprojects/gdk-pixbuf.wrap +subprojects/gobject-introspection.wrap +subprojects/gvdb.wrap +subprojects/libepoxy.wrap +subprojects/libsass.wrap +subprojects/libtiff.wrap +subprojects/pcre2.wrap +subprojects/sassc.wrap subprojects/*/ !subprojects/gst-devtools