[glib] .gitignore gcov output (*.gcov, *.gcno, *.gcda)
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] .gitignore gcov output (*.gcov, *.gcno, *.gcda)
- Date: Tue, 23 Feb 2010 17:49:46 +0000 (UTC)
commit 2940285002c3504fb49fb7388d2265b464c92dcc
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Feb 23 12:49:08 2010 -0500
.gitignore gcov output (*.gcov, *.gcno, *.gcda)
.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 068cc7e..3095563 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,9 @@ Makefile
.*.swp
.sw?
*.rc
+*.gcno
+*.gcda
+*.gcov
# autofoo stuff here
compile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]