Add more files to gitignore

Ignore files from cscope, patch, etc.
diff --git a/.gitignore b/.gitignore
index e33227f..7d77a64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,15 @@
 *.a
 *.so
 *~
+\#*#
+# cscope
+cscope.*
+ncscope.*
+# for patch generation
+*.diff
+*.patch
+*.orig
+*.rej
+# for quilt
+patches
+series