qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] gitignore: ignore more files


From: liguang
Subject: [Qemu-devel] [PATCH] gitignore: ignore more files
Date: Fri, 22 Mar 2013 16:44:13 +0800

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

Signed-off-by: liguang <address@hidden>
---
 .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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]