summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2023-01-14 12:28:27 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-01-25 11:38:52 +0000
commitb3fb3c3f30419b0986e26c25dee07fdac216ee07 (patch)
tree04c1f425f6b4808369e47580f51b07df880bf94f /.gitignore
parentc4d8403782e71637edaefd953d1080fdd2550914 (diff)
downloadgstreamer-b3fb3c3f30419b0986e26c25dee07fdac216ee07.tar.gz
gitignore: Ignore redirect wrap files only
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3708>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files 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