diff options
author | Matthieu Bouron <matthieu.bouron@gmail.com> | 2017-01-16 11:41:34 +0100 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@gmail.com> | 2017-01-17 10:08:05 +0100 |
commit | adf5dc90a951bd1a94647f3e8bf79271a5e98e0e (patch) | |
tree | 46170694774e28ab3d6b2470451e06248abc7c93 | |
parent | e664730271435cb3d2ffb992636e8bb051b7e2d5 (diff) | |
download | ffmpeg-adf5dc90a951bd1a94647f3e8bf79271a5e98e0e.tar.gz |
avutil/tests: add aes_ctr, audio_fifo and imgutils to .gitignore
-rw-r--r-- | libavutil/tests/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/tests/.gitignore b/libavutil/tests/.gitignore index d2cc5cb57e..ae7a0eabb3 100644 --- a/libavutil/tests/.gitignore +++ b/libavutil/tests/.gitignore @@ -1,6 +1,8 @@ /adler32 /aes +/aes_ctr /atomic +/audio_fifo /avstring /base64 /blowfish @@ -21,6 +23,7 @@ /float_dsp /hash /hmac +/imgutils /lfg /lls /log |