summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2021-10-14 00:40:16 +0900
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-10-14 14:21:46 +0000
commit5869855a985f5565019af3b00c31de575351baf0 (patch)
tree822b82b91d7c9d139d188bfa1b2e834fbf0c2ca2 /.gitignore
parent64462f627b4500d32dd735d5532807bb1789ed68 (diff)
downloadgstreamer-5869855a985f5565019af3b00c31de575351baf0.tar.gz
gitignore: Ignore *.wrap files again
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ea02f7e787..4a6028ad19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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