From 381e0882dc97804ec77c3a700068c6382ea4678b Mon Sep 17 00:00:00 2001 From: John Koleszar <jkoleszar@google.com> Date: Mon, 24 Jun 2013 15:59:32 -0700 Subject: [PATCH] .gitignore: add gcov files Change-Id: I0a58578e7cf27f3de839eb62a334e343eaed12c5 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5b47a86e52..6bb315b8ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.a *.asm.s *.d +*.gcno +*.gcda *.o *~ /*.ivf -- GitLab