diff mbox

gitignore: ignore more files

Message ID 1363941854-27111-1-git-send-email-lig.fnst@cn.fujitsu.com
State New
Headers show

Commit Message

liguang March 22, 2013, 8:44 a.m. UTC
ignore *.patch, *.gcda, *.gcno

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

Comments

Stefan Hajnoczi March 22, 2013, 2:57 p.m. UTC | #1
On Fri, Mar 22, 2013 at 04:44:13PM +0800, liguang wrote:
> ignore *.patch, *.gcda, *.gcno
> 
> Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
> ---
>  .gitignore |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)

Merged this and the next patch you sent.

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan
diff mbox

Patch

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