From 5869855a985f5565019af3b00c31de575351baf0 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Thu, 14 Oct 2021 00:40:16 +0900 Subject: [PATCH] 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: --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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