[FFmpeg-cvslog] avcodec/tests: Add codec_desc to .gitignore

FeRD (Frank Dana) git at videolan.org
Tue Jan 22 02:21:05 EET 2019


ffmpeg | branch: master | FeRD (Frank Dana) <ferdnyc at gmail.com> | Mon Jan 21 13:21:51 2019 -0500| [8133921ad2d80b8b2fe4e0bf6e0abd40afe3e235] | committer: Michael Niedermayer

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 at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8133921ad2d80b8b2fe4e0bf6e0abd40afe3e235
---

 libavcodec/tests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/tests/.gitignore b/libavcodec/tests/.gitignore
index 73945a7c82..56ddb2cbeb 100644
--- a/libavcodec/tests/.gitignore
+++ b/libavcodec/tests/.gitignore
@@ -2,6 +2,7 @@
 /avpacket
 /cabac
 /celp_math
+/codec_desc
 /dct
 /fft
 /fft-fixed



More information about the ffmpeg-cvslog mailing list