diff options
author | Wanlong Gao <wanlong.gao@gmail.com> | 2011-12-30 16:10:50 +0800 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-04 10:14:41 +0000 |
commit | 8af6237fd6b84057760e61ffa5fb111e880a56be (patch) | |
tree | 8a57fd78c44fa773b42e5ef8872a3fd8f8ac91be /.gitignore | |
parent | f49a30eba8bb9f352637c3c24138074bbe3f5555 (diff) | |
download | libguestfs-8af6237fd6b84057760e61ffa5fb111e880a56be.tar.gz libguestfs-8af6237fd6b84057760e61ffa5fb111e880a56be.tar.xz libguestfs-8af6237fd6b84057760e61ffa5fb111e880a56be.zip |
gitignore: ignore the git related files
*.eml for email picked patches
other for orginal git patch related files.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -368,3 +368,10 @@ tools/virt-*.pl .git-module-status .guestfs-* guestfs.* + +*.eml +*.patch +*.rej +*.orig +*.diff +.gitattributes |