Add more files to gitignore

Ignore files from cscope, patch, etc.
This commit is contained in:
Stephen Hemminger 2009-11-13 14:18:35 -08:00
parent 05b4f8492b
commit 5e2f74a75c

12
.gitignore vendored
View File

@ -4,3 +4,15 @@ Config
*.a
*.so
*~
\#*#
# cscope
cscope.*
ncscope.*
# for patch generation
*.diff
*.patch
*.orig
*.rej
# for quilt
patches
series