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 790B442772 for ; Fri, 7 Jan 2022 03:55:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6D1DF68AAE9; Fri, 7 Jan 2022 05:55:54 +0200 (EET) Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9C4D668057C for ; Fri, 7 Jan 2022 05:55:48 +0200 (EET) Received: by mail-pl1-f175.google.com with SMTP id i6so3979246pla.0 for ; Thu, 06 Jan 2022 19:55:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=6FAakrl0c1kUAdApy4/+1obhRDlxrpiefu55+AC8wzE=; b=J6kzHo6EEI8oNb+xJEBRaWXumR7IXquIbyFAMfxmKXgSLiPM68kA9H80snGeiD0Zvn aF+bZjKXOT8IvbJ1UjmZPDhAUzmuKeCoXLTzEkmTzB0N8oRHYUP0fl6NZpbpnGLivSih 1w4xavzD6birEKx43mKa7Odh6gHvGtKCZYFZPgIUfEAkfwFc12qmpuGw0o2ouMk1pfeJ atxZBUw4L7R4db5os6CmrED5eBnLjL1FOzjoNBsS8SS6xDlMCaAP9JOnqSRbkvRKPdWJ RuQ/Rm6G6FASSUsHHAGrUW7OIbATmLvbSoBNchKcSaVrEY7pwYNFs4AiM8cy7oERM1yp auQA== X-Gm-Message-State: AOAM533yF9/pJzWvBRVNuCB8wzHx3odVL9TA/9ous3R203mR7E4QrXL1 GpPdonuai5WIpTvQrJT77ajB8gCuX6E= X-Google-Smtp-Source: ABdhPJxpEyzZTRiiix+8Ep/h/PN5Vlw6w9McXq/QvsaoMh5rfby1CjrTMeu4baMjdnCAaufMiJS+1w== X-Received: by 2002:a17:902:b414:b0:149:61c7:d550 with SMTP id x20-20020a170902b41400b0014961c7d550mr57188337plr.129.1641527746600; Thu, 06 Jan 2022 19:55:46 -0800 (PST) Received: from localhost (76-14-89-2.sf-cable.astound.net. [76.14.89.2]) by smtp.gmail.com with ESMTPSA id g9sm4040171pfj.123.2022.01.06.19.55.44 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 06 Jan 2022 19:55:45 -0800 (PST) Received: by localhost (sSMTP sendmail emulation); Thu, 06 Jan 2022 19:55:41 -0800 From: pal@sandflow.com To: ffmpeg-devel@ffmpeg.org Date: Thu, 6 Jan 2022 19:55:40 -0800 Message-Id: <20220107035540.9460-1-pal@sandflow.com> X-Mailer: git-send-email 2.34.1.windows.1 MIME-Version: 1.0 Subject: [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 Cc: Pierre-Anthony Lemieux 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: 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 -- 2.17.1 _______________________________________________ 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".