From 8c6a3d9a4ab1d57187b39c186e08fa51293899ac Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 10 Jul 2011 22:01:57 +0200 Subject: [PATCH] build-sys: ignore gprof & gcov files Signed-off-by: Sami Kerola --- src/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/.gitignore b/src/.gitignore index 8dc22f3..759c2c3 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,3 +1,8 @@ +gmon.out +gmon.sum +*.c.gcov +*.gcda +*.gcno *~ *.o .deps/