From 8af6237fd6b84057760e61ffa5fb111e880a56be Mon Sep 17 00:00:00 2001 From: Wanlong Gao Date: Fri, 30 Dec 2011 16:10:50 +0800 Subject: [PATCH] gitignore: ignore the git related files *.eml for email picked patches other for orginal git patch related files. Signed-off-by: Wanlong Gao --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) 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.8.3.1