Update .gitignore

This commit is contained in:
Stephen Hemminger 2011-07-11 10:29:12 -07:00
parent 73de5d9680
commit b5383aaac8
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored
View File

@ -5,17 +5,27 @@ Config
*.so *.so
*~ *~
\#*# \#*#
# cscope # cscope
cscope.* cscope.*
ncscope.* ncscope.*
TAGS
# git files that we don't want to ignore even it they are dot-files
!.gitignore
!.mailmap
# for patch generation # for patch generation
*.diff *.diff
*.patch *.patch
*.orig *.orig
*.rej *.rej
# for quilt # for quilt
.pc
patches patches
series series
# for gdb # for gdb
.gdbinit .gdbinit
.gdb_history .gdb_history