diff mbox

[FFmpeg-devel] add missing ignore files

Message ID 8DD92A88-E390-43A3-B564-2A79C529551A@gmail.com
State Accepted
Commit 8e17cd20b9cd189b18c73d10391a7729edf44070
Headers show

Commit Message

Jesse Liu Sept. 10, 2017, 5:31 a.m. UTC
---
 doc/examples/.gitignore     | 1 +
 libavcodec/tests/.gitignore | 1 +
 libavutil/tests/.gitignore  | 1 +
 3 files changed, 3 insertions(+)

Comments

Michael Niedermayer Sept. 10, 2017, 5:08 p.m. UTC | #1
On Sun, Sep 10, 2017 at 01:31:16PM +0800, Jesse Liu wrote:
> ---
>  doc/examples/.gitignore     | 1 +
>  libavcodec/tests/.gitignore | 1 +
>  libavutil/tests/.gitignore  | 1 +
>  3 files changed, 3 insertions(+)

applied

thanks

[...]
diff mbox

Patch

diff --git a/doc/examples/.gitignore b/doc/examples/.gitignore
index 6bd9dc1508..154c8415f6 100644
--- a/doc/examples/.gitignore
+++ b/doc/examples/.gitignore
@@ -10,6 +10,7 @@ 
 /filtering_audio
 /filtering_video
 /http_multiclient
+/hw_decode
 /metadata
 /muxing
 /pc-uninstalled
diff --git a/libavcodec/tests/.gitignore b/libavcodec/tests/.gitignore
index 31947bf9bb..7f9e3825b6 100644
--- a/libavcodec/tests/.gitignore
+++ b/libavcodec/tests/.gitignore
@@ -1,6 +1,7 @@ 
 /avfft
 /avpacket
 /cabac
+/celp_math
 /dct
 /fft
 /fft-fixed
diff --git a/libavutil/tests/.gitignore b/libavutil/tests/.gitignore
index a88cd97e50..8ede070887 100644
--- a/libavutil/tests/.gitignore
+++ b/libavutil/tests/.gitignore
@@ -34,6 +34,7 @@ 
 /pca
 /pixdesc
 /pixelutils
+/pixfmt_best
 /random_seed
 /rational
 /ripemd