From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id C297340B96 for ; Sat, 5 Feb 2022 02:03:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D540D68B278; Sat, 5 Feb 2022 04:03:08 +0200 (EET) Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 745236803F6 for ; Sat, 5 Feb 2022 04:03:02 +0200 (EET) Message-ID: <92851043-caf2-3cb4-4fad-44f5334ff821@zanevaniperen.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=key1; t=1644026581; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DK1QX1LCSETkgsO/3nJ3BlZjdHCXN53sTuYaU216hhg=; b=eZCQm7kujTRebYX3EFbZKTUuk8qDlm6s1GCezBsH8DpSL6JZtxloJRE1150MLMfBz9DnH+ lA/gdGwCv/DHoPO6Q7Afp0I7rzqwroTPGqjV1wS2AKUqTj+cCI5MXc21Db82a1cX/YPqAH ga4dRDtrou3csAvUUcKFoxilzi8tqtJs/JF08iZQGDNSkKWi0sDDlv8AaIIcG99B7plHkL dEhwc9Dsd4Glq00qGke9LS1wU0SE9jv+R4RboJjX0fOV0TUS+IKWrHfxThKVFtEEx5GO9e He1XSfoYjunanJByiS2fUSftomKj/pQMMj3T78tbdndSYKPJbhrBhpgbRum6og== Date: Sat, 5 Feb 2022 12:02:54 +1000 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220107035540.9460-1-pal@sandflow.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zane van Iperen In-Reply-To: <20220107035540.9460-1-pal@sandflow.com> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: zanevaniperen.com Subject: Re: [FFmpeg-devel] [PATCH] Add libavformat/tests/imf to .gitignore X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 7/1/22 13:55, pal@sandflow.com wrote: > From: Pierre-Anthony Lemieux > > Signed-off-by: Pierre-Anthony Lemieux > --- > libavformat/tests/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/tests/.gitignore b/libavformat/tests/.gitignore > index 7ceb7a356b..aabf76345e 100644 > --- a/libavformat/tests/.gitignore > +++ b/libavformat/tests/.gitignore > @@ -1,4 +1,5 @@ > /fifo_muxer > +/imf > /movenc > /noproxy > /rtmpdh Could you please change the subject something like: avformat/tests: add /imf to .gitignore After that, lgtm. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".