diff options
author | Jesse Liu <jesselfree@gmail.com> | 2017-09-10 13:31:16 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-09-10 19:08:33 +0200 |
commit | 8e17cd20b9cd189b18c73d10391a7729edf44070 (patch) | |
tree | 669259f9860511f816cbe54bf9797bff9fbc78b9 | |
parent | 981f04b2ae2d6e0355386aaff39840eb5d390a36 (diff) | |
download | ffmpeg-8e17cd20b9cd189b18c73d10391a7729edf44070.tar.gz |
add missing ignore files
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/examples/.gitignore | 1 | ||||
-rw-r--r-- | libavcodec/tests/.gitignore | 1 | ||||
-rw-r--r-- | libavutil/tests/.gitignore | 1 |
3 files changed, 3 insertions, 0 deletions
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 |