diff mbox

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

Message ID 20190121182151.19616-1-ferdnyc@gmail.com
State Accepted
Commit 8133921ad2d80b8b2fe4e0bf6e0abd40afe3e235
Headers show

Commit Message

Frank Dana Jan. 21, 2019, 6:21 p.m. UTC
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>
---
 libavcodec/tests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Niedermayer Jan. 22, 2019, 12:10 a.m. UTC | #1
On Mon, Jan 21, 2019 at 01:21:51PM -0500, FeRD (Frank Dana) wrote:
> 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>
> ---
>  libavcodec/tests/.gitignore | 1 +
>  1 file changed, 1 insertion(+)

will apply

thanks

[...]
diff mbox

Patch

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