On Wed, Jun 29, 2016 at 05:54:37PM +0200, Benoit Fouet wrote:
> 

> From e514644033781cb431641ae088482f5a8aa2de42 Mon Sep 17 00:00:00 2001
> From: Benoit Fouet <benoit.fo...@free.fr>
> Date: Wed, 29 Jun 2016 17:53:50 +0200
> Subject: [PATCH] git: ignore test binaries
> 
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 524fb73..670d1d2 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -19,6 +19,7 @@
>  *.swp
>  *.ver
>  *_g
> +*-test
>  \#*
>  .\#*
>  /.config

You shouldn't have any, they moved somewhere else without the -test suffix
(with the exception of fate api tests which have the proper entry in their
own .gitignore)

Maybe previously built programs?

-- 
Clément B.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to