shithub: libvpx

Download patch

ref: d377580d0720b384f30ddfb3eb40a82b219c7784
parent: ab98103facdf6fb164e58575b5ee395f33e40082
parent: d9ed9f9dae7f265e754c59479ceea998b3652610
author: John Koleszar <jkoleszar@google.com>
date: Tue Sep 25 07:25:53 EDT 2012

Merge "update gitignores"

--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,8 @@
 /ivfdec.dox
 /ivfenc
 /ivfenc.dox
+/libvpx.so*
+/libvpx.ver
 /obj_int_extract
 /postproc
 /postproc.c
@@ -43,6 +45,7 @@
 /simple_encoder
 /simple_encoder.c
 /simple_encoder.dox
+/test_libvpx
 /twopass_encoder
 /twopass_encoder.c
 /twopass_encoder.dox
@@ -55,9 +58,13 @@
 /vp8cx_set_ref
 /vp8cx_set_ref.c
 /vp8cx_set_ref.dox
+/vpx.pc
 /vpx_config.c
 /vpx_config.h
+/vpx_rtcd.h
 /vpx_version.h
+/vpxdec
+/vpxenc
 TAGS
 .cproject
 .project
--