gitignore: Ignore redirect wrap files only

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3708>
This commit is contained in:
Nirbheek Chauhan 2023-01-14 12:28:27 +05:30 committed by GStreamer Marge Bot
parent c4d8403782
commit b3fb3c3f30
1 changed files with 9 additions and 3 deletions

12
.gitignore vendored
View File

@ -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