qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] gitignore: ignore more files
@ 2013-03-22  8:44 liguang
  2013-03-22  8:44 ` [Qemu-devel] [PATCH] qdev: remove redundant abort() liguang
  2013-03-22 14:57 ` [Qemu-devel] [PATCH] gitignore: ignore more files Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: liguang @ 2013-03-22  8:44 UTC (permalink / raw)
  To: qemu-trivial, qemu-devel; +Cc: liguang

ignore *.patch, *.gcda, *.gcno

Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
---
 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 27ad002..9c234a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,6 +80,9 @@ fsdev/virtfs-proxy-helper.pod
 *.swp
 *.orig
 .pc
+*.patch
+*.gcda
+*.gcno
 patches
 pc-bios/bios-pq/status
 pc-bios/vgabios-pq/status
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-22 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22  8:44 [Qemu-devel] [PATCH] gitignore: ignore more files liguang
2013-03-22  8:44 ` [Qemu-devel] [PATCH] qdev: remove redundant abort() liguang
2013-03-22 14:57 ` [Qemu-devel] [PATCH] gitignore: ignore more files Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).