[cairo-commit] perf/.gitignore perf/Makefile.am

Chris Wilson ickle at kemper.freedesktop.org
Thu Apr 19 13:45:59 PDT 2007


 perf/.gitignore  |    2 ++
 perf/Makefile.am |    1 +
 2 files changed, 3 insertions(+)

New commits:
diff-tree 6d01e89988ea89ae21f3461825583d89b6eef55e (from 2c79f8b75bd5bb0bb3bf054fb2b3cae6de382a7c)
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Thu Apr 19 21:46:00 2007 +0100

    Add callgrind output files to CLEANFILES and .gitignore.

diff --git a/perf/.gitignore b/perf/.gitignore
index b6957fe..d9d3b65 100644
--- a/perf/.gitignore
+++ b/perf/.gitignore
@@ -1,5 +1,7 @@
 cairo-perf
 cairo-perf-diff-files
+valgrind-log
+callgrind.out.*
 index.html
 *.o
 *.gcda
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 16f48e2..59e0b33 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -82,6 +82,7 @@ VALGRIND_CALLGRIND_FLAGS = \
 	--tool=callgrind
 CLEANFILES = \
 	valgrind-log \
+	callgrind.out.* \
 	index.html
 
 perf-valgrind: cairo-perf FORCE


More information about the cairo-commit mailing list