diff options
author | Peter Boström <pbos@google.com> | 2016-10-31 14:27:02 -0400 |
---|---|---|
committer | Peter Boström <pbos@google.com> | 2016-10-31 14:55:56 -0400 |
commit | 39bcb499093952aa77c254f19725e12d234ddce1 (patch) | |
tree | 8a07401d235f411267e3b7a1c626a91fcbd3bf99 /.gitignore | |
parent | 702b3e1ee51a8bbd4a717f2643b530ef3669a3c0 (diff) | |
download | libvpx-39bcb499093952aa77c254f19725e12d234ddce1.tar.gz libvpx-39bcb499093952aa77c254f19725e12d234ddce1.tar.bz2 libvpx-39bcb499093952aa77c254f19725e12d234ddce1.zip |
Add vp9_spatial_svc_encoder to .gitignore.
Change-Id: I3c90d657cca533264dd62bb7749c53a862d0352a
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 6771ad743..bf5ffc713 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,7 @@ /examples/vp8cx_set_ref /examples/vp9cx_set_ref /examples/vp9_lossless_encoder -/examples/vp9_spatial_scalable_encoder -/examples/vpx_temporal_scalable_patterns +/examples/vp9_spatial_svc_encoder /examples/vpx_temporal_svc_encoder /ivfdec /ivfdec.dox |