[libvirt] [PATCH] gitignore: ignore more files

liguang lig.fnst at cn.fujitsu.com
Thu Nov 1 07:55:59 UTC 2012


ignore *.patch, cscope.po.out, cscope.in.out, tags

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

diff --git a/.gitignore b/.gitignore
index 1cd2d45..018b5d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
 *.pyc
 *.rej
 *.s
+*.patch
 *~
 .deps
 .gdb_history
@@ -181,10 +182,13 @@
 /update.log
 Makefile
 Makefile.in
+tags
 TAGS
 coverage
 cscope.files
 cscope.out
+cscope.in.out
+cscope.po.out
 results.log
 stamp-h
 stamp-h.in
-- 
1.7.1




More information about the libvir-list mailing list