Update .gitignore
This commit is contained in:
parent
73de5d9680
commit
b5383aaac8
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue