* [Patch] gitignore: ignore gcov output files
@ 2009-06-22 9:18 Amerigo Wang
2009-06-26 22:14 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Amerigo Wang @ 2009-06-22 9:18 UTC (permalink / raw)
To: linux-kernel
Ignore *.gcno files which are generated by gcov.
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
---
diff --git a/.gitignore b/.gitignore
index cecb3b0..b93fb7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@
*.gz
*.lzma
*.patch
+*.gcno
#
# Top-level generic files
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Patch] gitignore: ignore gcov output files
2009-06-22 9:18 [Patch] gitignore: ignore gcov output files Amerigo Wang
@ 2009-06-26 22:14 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2009-06-26 22:14 UTC (permalink / raw)
To: Amerigo Wang; +Cc: linux-kernel
On Mon, Jun 22, 2009 at 05:18:32PM +0800, Amerigo Wang wrote:
>
> Ignore *.gcno files which are generated by gcov.
Applied.
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-26 22:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-22 9:18 [Patch] gitignore: ignore gcov output files Amerigo Wang
2009-06-26 22:14 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®