From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id EF7A64D31E for ; Fri, 16 May 2025 23:02:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 77FA668D495; Sat, 17 May 2025 02:02:19 +0300 (EEST) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 772C368D450 for ; Sat, 17 May 2025 02:02:11 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id CB0A428191021; Sat, 17 May 2025 01:02:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1747436530; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XV99yF3RxKgUN9ohCMDzrK0AGQwM/Z3oWsyze/hFzRc=; b=sMctPEyEmuaI7Txy1P3apFTJwneKw+GddM1N2SCvztJh3AFLTGmxPAonM8VJq2+74r5w3F D8h06SzUmK8nYnUcOt2z9kOPlonUH8REPqXreGI5gGGg2vvyD9rKY6rgkuE3e+bz4WEqh4 AURRjtf/jcG94LqylB59ulBPc406CCQC4yhHHBoaowqdtB9vxgI+7Tx1spp3NZP8CJHVGR 0J2VY78oUFFV5lfdiDuugdhX46IdNkUHAOGDTXaLPrygiBs7LQhbX8UkozTPVvHfcfW3Pv Rc2O5N2QiBFQY17J27WOKBqsUV6Tq0BWlSmpczzN23Gy5rIbrHbV+R+xAIN9KQ== From: Timo Rothenpieler To: ffmpeg-devel@ffmpeg.org Date: Sat, 17 May 2025 01:01:35 +0200 Message-ID: <20250516230202.355445-3-timo@rothenpieler.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250516230202.355445-1-timo@rothenpieler.org> References: <20250516230202.355445-1-timo@rothenpieler.org> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 3/3] fftools/resources: add missing extensions 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 Cc: Timo Rothenpieler 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: --- fftools/resources/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fftools/resources/.gitignore b/fftools/resources/.gitignore index 5f496535a6..bda2c59a1c 100644 --- a/fftools/resources/.gitignore +++ b/fftools/resources/.gitignore @@ -2,3 +2,5 @@ *.css.c *.html.gz *.css.gz +*.min +*.min.gz -- 2.49.0 _______________________________________________ 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".