[Libguestfs] [PATCH] gitignore: ignore the git related files

Wanlong Gao wanlong.gao at gmail.com
Fri Dec 30 08:10:50 UTC 2011


*.eml for email picked patches
other for orginal git patch related files.

Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
 .gitignore |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4d4556e..682bf29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -368,3 +368,10 @@ tools/virt-*.pl
 .git-module-status
 .guestfs-*
 guestfs.*
+
+*.eml
+*.patch
+*.rej
+*.orig
+*.diff
+.gitattributes
-- 
1.7.8




More information about the Libguestfs mailing list