From 09bfabfbbf37ab248c474df1c13f62fb060f2c9a Mon Sep 17 00:00:00 2001 From: chromatic Date: Wed, 7 Sep 2011 15:13:15 -0700 Subject: [PATCH] Added exclusions for callgrind/cachegrind files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 19a9e92fca..df6af8f7b5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,10 @@ *.patch *.diff +# Ignore profiling files +callgrind.out.* +cachegrind.out.* + # ports/ should not go into release tarballs *.obj *.rc