gitignore: expand list of ignored files
Add the *.swp and *~ pattern for vim temporary files. Expand the cscope ones to include all files possibly generated by cscope and also add some known object formats. Also remove the leading '?' from cscope.out, or else it doesn't match the cscope.out file generated by default (as it expects an extra character in front). Reviewed by: gjb, uqs, lwhsu Sponsored by: Citrix Systems R&D Differential Revision: https://reviews.freebsd.org/D28095
This commit is contained in:
parent
37bd3aa6fa
commit
a67522b22d
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,3 +1,9 @@
|
||||
*.a
|
||||
*.core
|
||||
*.o
|
||||
*.so
|
||||
*.swp
|
||||
*~
|
||||
_.tinderbox.*
|
||||
_.universe-toolchain
|
||||
_.amd64.*
|
||||
@ -15,5 +21,7 @@ GPATH
|
||||
GRTAGS
|
||||
GTAGS
|
||||
ID
|
||||
cscope.files
|
||||
cscope.in.out
|
||||
cscope.out
|
||||
?cscope.out
|
||||
cscope.po.out
|
||||
|
Loading…
Reference in New Issue
Block a user