mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
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:
committed by
Michael Niedermayer
parent
306cc26115
commit
8133921ad2
1
libavcodec/tests/.gitignore
vendored
1
libavcodec/tests/.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
/avpacket
|
||||
/cabac
|
||||
/celp_math
|
||||
/codec_desc
|
||||
/dct
|
||||
/fft
|
||||
/fft-fixed
|
||||
|
||||
Reference in New Issue
Block a user