shithub: libvpx

Download patch

ref: 381e0882dc97804ec77c3a700068c6382ea4678b
parent: 4ecd6dbead68b0efc25259de02f8bbf72c21bff4
author: John Koleszar <jkoleszar@google.com>
date: Mon Jun 24 11:59:32 EDT 2013

.gitignore: add gcov files

Change-Id: I0a58578e7cf27f3de839eb62a334e343eaed12c5

--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
 *.a
 *.asm.s
 *.d
+*.gcno
+*.gcda
 *.o
 *~
 /*.ivf
--