From 9006f7c356b2d8ceb25b8d35fbfef7b6925ae253 Mon Sep 17 00:00:00 2001 From: Dasmer Singh Date: Wed, 22 Apr 2015 12:20:37 -0400 Subject: [PATCH] Ignore .gcov files in git --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f14b49ea6b..9daa27a795 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ docs/.sass-cache *.swp *.lock + +*.gcov