shithub: libvpx

Download patch

ref: d9ed9f9dae7f265e754c59479ceea998b3652610
parent: eb492100cd0af76afaf3efc627e49abcc35efa7e
author: Mike Frysinger <vapier@chromium.org>
date: Tue Sep 25 10:11:13 EDT 2012

update gitignores

Change-Id: I67bf154e35fa02b407a9b2c312a536d6bb2aaaf2

--- 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
--