summaryrefslogtreecommitdiff
path: root/libavcodec/tests
diff options
context:
space:
mode:
authorFeRD (Frank Dana) <ferdnyc@gmail.com>2019-01-21 13:21:51 -0500
committerMichael Niedermayer <michael@niedermayer.cc>2019-01-22 00:40:00 +0100
commit8133921ad2d80b8b2fe4e0bf6e0abd40afe3e235 (patch)
treeeebc2d85400477dcec13735cde8df28f32cad854 /libavcodec/tests
parent306cc261158d7914c2b42cf0ac65b64c5ae66f8a (diff)
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>
Diffstat (limited to 'libavcodec/tests')
-rw-r--r--libavcodec/tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
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