Add more files to gitignore
Ignore files from cscope, patch, etc.
This commit is contained in:
parent
05b4f8492b
commit
5e2f74a75c
|
|
@ -4,3 +4,15 @@ Config
|
||||||
*.a
|
*.a
|
||||||
*.so
|
*.so
|
||||||
*~
|
*~
|
||||||
|
\#*#
|
||||||
|
# cscope
|
||||||
|
cscope.*
|
||||||
|
ncscope.*
|
||||||
|
# for patch generation
|
||||||
|
*.diff
|
||||||
|
*.patch
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
# for quilt
|
||||||
|
patches
|
||||||
|
series
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue