gitignore: Ignore *.wrap files again
authorSeungha Yang <seungha@centricular.com>
Wed, 13 Oct 2021 15:40:16 +0000 (00:40 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 14 Oct 2021 14:21:46 +0000 (14:21 +0000)
There are various redirection *.wrap files which result in noisy
diff. Just ignore the entire wrap files. We can update wrap files
anytime via -f option.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1140>

.gitignore

index ea02f7e..4a6028a 100644 (file)
@@ -25,6 +25,10 @@ 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
+
 subprojects/*/
 !subprojects/gst-devtools
 !subprojects/gst-docs