ignore *.patch, cscope.po.out, cscope.in.out
Signed-off-by: liguang <lig.fnst(a)cn.fujitsu.com>
---
.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1cd2d45..d2d6657 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
*.pyc
*.rej
*.s
+*.patch
*~
.deps
.gdb_history
@@ -185,6 +186,8 @@ TAGS
coverage
cscope.files
cscope.out
+cscope.in.out
+cscope.po.out
results.log
stamp-h
stamp-h.in
--
1.7.1