[seed] Add profiling output to gitignore



commit 059d45c14ac1fe078d1935697e02435eb30a5883
Author: Tim Horton <hortont424 gmail com>
Date:   Fri Jul 3 21:39:52 2009 -0400

    Add profiling output to gitignore

 .gitignore |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e9ecda..ce73d70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.gcno
+*.gcda
 *.o
 *.lo
 *.la
@@ -5,6 +7,7 @@
 .deps
 .libs
 *~
+seed.info
 .DS_Store
 INSTALL
 Makefile
@@ -200,4 +203,4 @@ libseed/._seed-types.h
 libseed/seed-path.h
 modules/cairo/._seed-cairo.c
 modules/gettext/._gettext.c
-po/Makefile.in.in
\ No newline at end of file
+po/Makefile.in.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]