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 ESMTPS id 113FE4C70A for ; Sun, 23 Feb 2025 12:11:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C770F68C914; Sun, 23 Feb 2025 14:11:03 +0200 (EET) Received: from sender2-op-o11.zoho.eu (sender2-op-o11.zoho.eu [136.143.171.11]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6A73B68C4C1 for ; Sun, 23 Feb 2025 14:10:57 +0200 (EET) ARC-Seal: i=1; a=rsa-sha256; t=1740312654; cv=none; d=zohomail.eu; s=zohoarc; b=ZT4LSDsw4tx40PwiheeRVRGWMn0fPrDjbhI5z4jOFF2xy2pzcrK1Q8h6RCA5HcRllu58LQbSUn38z7SD3qnqCedHy5ChwoFr8pI1Q+iYGDaZDTw8Bz2D21RbUyYjgXqws2tBd2lrNh6oj5QUJ86Z3VRp0+atoG9LR4EFOePq2oA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1740312654; h=Content-Type:Content-Transfer-Encoding:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=CxnzwSmJC0QvXhgvXOeE5WyWkP6pVKChQ/WxM2e7sGQ=; b=ktymTn6uWUi1tQmZoY3Z4e73ZnDxmvcSFDQIwEQK7RROHaUD99XVmvBdJBEJB9ElHkrsloG3x/ofeoDSEXVfGdRJFAk3+JOmi2LIOu42JSF1zc3FmY+VYQ/baKCUUhqZYXQuaaD2CnZ25tcKD7iDgqw4l/Lx4M3KkHGXclCaNtE= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=frankplowman.com; spf=pass smtp.mailfrom=post@frankplowman.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1740312654; s=zmail; d=frankplowman.com; i=post@frankplowman.com; h=Message-ID:Date:Date:MIME-Version:Subject:Subject:To:To:References:From:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=CxnzwSmJC0QvXhgvXOeE5WyWkP6pVKChQ/WxM2e7sGQ=; b=OuSX939vHXdFC15ODK2hNBkuUYXySYAp3unxfzyl5Ec4Y+MH9LwfHM9ppYrzcPoM 0Kb3VpPrfgA7SYzIwBBaBIEG4QTF9yO5KVvQB2tWFfqd6v+TBTCRZ1H6FcAza0nWC8j +OsYP4RwSepPr8O3GNDjebHgqJDVEmDOwXdjwiaY= Received: by mx.zoho.eu with SMTPS id 1740312652217350.889480103898; Sun, 23 Feb 2025 13:10:52 +0100 (CET) Message-ID: Date: Sun, 23 Feb 2025 12:10:51 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-GB To: ffmpeg-devel@ffmpeg.org References: <20250209105840.40972-1-post@frankplowman.com> From: Frank Plowman In-Reply-To: <20250209105840.40972-1-post@frankplowman.com> X-ZohoMailClient: External Subject: Re: [FFmpeg-devel] [PATCH] tools: Add binaries 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 09/02/2025 10:58, Frank Plowman wrote: > Signed-off-by: Frank Plowman > --- > tools/.gitignore | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/tools/.gitignore b/tools/.gitignore > index 7c45896923..f017fa2343 100644 > --- a/tools/.gitignore > +++ b/tools/.gitignore > @@ -3,6 +3,7 @@ > /bisect.need > /crypto_bench > /cws2fws > +/enc_recon_frame_test > /enum_options > /fourcc2pixfmt > /ffescape > @@ -15,6 +16,15 @@ > /qt-faststart > /scale_slice_test > /sidxindex > +/sofa2wavs > +/target_dec_*_fuzzer > +/target_enc_*_fuzzer > +/target_bsf_*_fuzzer > +/target_dem_*_fuzzer > +/target_dem_fuzzer > +/target_io_dem_fuzzer > +/target_sws_fuzzer > +/target_swr_fuzzer > /trasher > /seek_print > /uncoded_frame Ping _______________________________________________ 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".