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>
This commit is contained in:
Seungha Yang 2021-10-14 00:40:16 +09:00 committed by GStreamer Marge Bot
parent 64462f627b
commit 5869855a98
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View 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