avcodec/tests: Add codec_desc to .gitignore

The compiled libavcodec/tests/codec_desc was left out of that dir's
.gitignore when the test was added, so it shows up in 'git status'
as an untracked file if it's been built.

Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
FeRD (Frank Dana) 2019-01-21 13:21:51 -05:00 committed by Michael Niedermayer
parent 306cc26115
commit 8133921ad2
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
/avpacket
/cabac
/celp_math
/codec_desc
/dct
/fft
/fft-fixed